https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100284
rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot
gnu.org
Status|NEW |ASSIGNED
CC| |rsandifo at gcc dot gnu.org
--- Comment #4 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org>
---
(In reply to Richard Biener from comment #3)
> On trunk I'd suspect g:35b2be219fc1934ae040d045e355680a83d839c4 but that's
> not on the branch...
Yeah, all is not well in SVE land after that commit. E.g.:
FAIL: gcc.c-torture/compile/pr81003.c -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions (internal compiler error)
FAIL: gcc.c-torture/compile/pr81003.c -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions (test for excess errors)
FAIL: gcc.c-torture/compile/pr81003.c -O3 -g (internal compiler error)
FAIL: gcc.c-torture/compile/pr81003.c -O3 -g (test for excess errors)
FAIL: gcc.c-torture/execute/20050224-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler
error)
FAIL: gcc.c-torture/execute/20050224-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess
errors)
UNRESOLVED: gcc.c-torture/execute/20050224-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions compilation failed to
produce
executable
FAIL: gcc.c-torture/execute/20050224-1.c -O3 -g (internal compiler error)
FAIL: gcc.c-torture/execute/20050224-1.c -O3 -g (test for excess errors)
UNRESOLVED: gcc.c-torture/execute/20050224-1.c -O3 -g compilation failed to
produce executable
FAIL: gcc.c-torture/execute/20071030-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler
error)
FAIL: gcc.c-torture/execute/20071030-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess
errors)
UNRESOLVED: gcc.c-torture/execute/20071030-1.c -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions compilation failed to
produce executable
FAIL: gcc.c-torture/execute/20071030-1.c -O3 -g (internal compiler error)
FAIL: gcc.c-torture/execute/20071030-1.c -O3 -g (test for excess errors)
UNRESOLVED: gcc.c-torture/execute/20071030-1.c -O3 -g compilation failed to
produce executable
etc.
I think the bug that Gilles reported is different, but for trunk we'll
need to fix the above failures to get back to the original problem.