http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46685
Summary: [4.6 Regression] New stack alignment failures
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: [email protected]
ReportedBy: [email protected]
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
In r167135, I see the following new fails:
FAIL: gcc.dg/torture/stackalign/nested-6.c -O1 execution test
FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 execution test
FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -fomit-frame-pointer execution
test
FAIL: gcc.dg/torture/stackalign/nested-6.c -O3 -g execution test
FAIL: gcc.dg/torture/stackalign/nested-6.c -Os execution test
FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto -flto-partition=none
execution test
FAIL: gcc.dg/torture/stackalign/nested-6.c -O2 -flto execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O1 execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer
execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer
-funroll-loops execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O3 -g execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -Os execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto
-flto-partition=none execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c -O2 -flto execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O1 execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer
execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer
-funroll-loops execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O3 -g execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -Os execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto
-flto-partition=none execution test
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c -O2 -flto execution test
r167084 was ok.