http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52650
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro at gcc dot gnu.org --- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2012-03-21 13:00:23 UTC --- Same on sparc, where a couple of new executions failures appeared between 20120316 (r185470) and 20120320 (r185573), both 32 and 64-bit: FAIL: gcc.dg/torture/20090618-1.c -O1 execution test FAIL: gcc.dg/torture/pr39074-3.c -O1 execution test FAIL: gcc.dg/torture/pr39074-3.c -O2 execution test FAIL: gcc.dg/torture/pr39074-3.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/pr39074-3.c -O3 -g execution test FAIL: gcc.dg/torture/pr39074-3.c -Os execution test FAIL: gcc.dg/torture/pr39074-3.c -O2 -flto -flto-partition=none execution test FAIL: gcc.dg/torture/pr39074-3.c -O2 -flto execution test FAIL: gcc.dg/torture/pr45967-3.c -O2 execution test FAIL: gcc.dg/torture/pr45967-3.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/pr45967-3.c -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gcc.dg/torture/pr45967-3.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gcc.dg/torture/pr45967-3.c -O3 -g execution test FAIL: gcc.dg/torture/pr45967-3.c -O2 -flto -flto-partition=none execution test FAIL: gcc.dg/torture/pr45967-3.c -O2 -flto execution test FAIL: gcc.dg/torture/pta-ptrarith-2.c -O1 execution test I don't yet know if they are related. Rainer