[Bug tree-optimization/96037] [11 regression] ICE at tree-ssa-loop.c:414 after r11-1782

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 3 07:22:43 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96037

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
So I'm guessing this is powerpc64be from your command line but with a cc1
cross configured as

./configure --target=powerpc64-suse-linux

I cannot reproduce this:

gcc> ./cc1 -quiet simd-15.c -I include -O2 -fopenmp

adding various -mcpu or -mvsx / -maltivec doesn't help either but any of
-mvsx or -maltivec are required to have the vectorizer run at all.

So ...?


More information about the Gcc-bugs mailing list