https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98268
ktkachov at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10 Regression] ICE: |[10/11 Regression] ICE: |verify_gimple failed with |verify_gimple failed with |LTO and SVE |LTO and SVE Known to fail| |11.0 --- Comment #6 from ktkachov at gcc dot gnu.org --- (In reply to Alex Coplan from comment #5) > Ah, sorry, I hit this with a VLA compile on trunk, so the full command line > is: > > $ aarch64-elf-gcc a.c b.c -flto -O1 -ftree-vectorize -march=armv8.2-a+sve > --param=aarch64-autovec-preference=3 > > with the above source files. It doesn't ICE with the -msve-vector-bits=128 > flag as above. Indeed, reproduced now, thanks.