https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68886
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-01-06 Summary|[6 regression] FAIL: |FAIL: |gcc.c-torture/execute/stkal |gcc.c-torture/execute/stkal |ign.c execution test |ign.c execution test Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- If the stack size is just happens to be a multiple of 64 and the incoming stack to test was 64 byte aligned, then the testcase will always fail. This is what is happening on PowerPC and HPPA. It is just on accident it passes. The testcase should either be removed or changed. Changing the alignment to 128 or 256 might allow more targets to pass but not always pass on every target so removing it will be best. This is a new test and so it can't be a regression.