On Wed, Apr 20, 2016 at 11:57:23AM -0700, H.J. Lu wrote: > On Wed, Apr 20, 2016 at 4:19 AM, Marek Polacek <pola...@redhat.com> wrote: > It leads to ICE on 32-bit x86 host: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70725#c8
I can't reproduce with gcc-6: $ xgcc-6 -O3 -march=skylake-avx512 -c pr70725.c nor with trunk with richi's fix: $ xgcc -O3 -march=skylake-avx512 -c pr70725.c Marek