This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix ICE in predicate_mem_writes (PR tree-optimization/70725)


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 <polacek@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]