On Thu, Apr 21, 2016 at 04:19:12PM +0100, Bin.Cheng wrote: > On Thu, Apr 21, 2016 at 4:13 PM, Marek Polacek <pola...@redhat.com> wrote: > > 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 > Hi Marek, > It's my patches' fault, which are only applied on GCC7. Also Richard > has quickly fixed the ICE on GCC7.
I see, great. Jakub, I think we're fine wrt RC2 then and don't need to revert my patches for this PR on gcc-6-branch. > Sorry for the trouble. No problem. Marek