https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79347
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> ---
The new testcase FAILs on sparc-sun-solaris2.12, both 32 and 64-bit:
+FAIL: gcc.dg/vect/pr79347.c -flto -ffat-lto-objects scan-tree-dump-times vect
"Invalid sum of " 2
+FAIL: gcc.dg/vect/pr79347.c scan-tree-dump-times vect "Invalid sum of " 2
"Invalid sum of " doesn't occur in the dump file at all.
Rainer