https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63177
Carl Love <carll at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carll at gcc dot gnu.org --- Comment #4 from Carl Love <carll at gcc dot gnu.org> --- The test is compiled with the options -maltivec -mpower9-vector -ftree-vectorize -fno-vect-cost-model -fno-common -O2 -fdump-tree-vect-details --param vect-max-version-for-alias-checks=0 The test call abort and exits. The compile options can be reduced to -mpower9-vector -ftree-vectorize -O2 and still reproduce the error. Removing any of the three and the test will pass.