[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#764732: gcc-4.9: broken -O2 optimizations on armhf



Greetings.

Could anybody tell me is this optimization bug on ARM was finally fixed...

* in gcc-4.9 as released with jessie?
* in gcc-6 as the default compiler in stretch?

I ask because I added this workaround to unzip's debian/rules:

ifeq ($(DEB_HOST_ARCH),armhf)
  CFLAGS := DEB_CFLAGS_STRIP=-O2 dpkg-buildflags --get CFLAGS -Wall
endif

and I would like to know if I can already remove it.

Thanks.


Reply to: