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 ...?