https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118417
--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> --- We have the following new fails on hppa64-hp-hpux11.11: +FAIL: gcc.c-torture/execute/20040709-1.c -O1 execution test +FAIL: gcc.c-torture/execute/20040709-1.c -O2 execution test +FAIL: gcc.c-torture/execute/20040709-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test +FAIL: gcc.c-torture/execute/20040709-1.c -O3 -g execution test +FAIL: gcc.c-torture/execute/20040709-1.c -Os execution test +FAIL: gcc.c-torture/execute/20040709-2.c -O1 execution test +FAIL: gcc.c-torture/execute/20040709-2.c -O2 execution test +FAIL: gcc.c-torture/execute/20040709-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test +FAIL: gcc.c-torture/execute/20040709-2.c -O3 -g execution test +FAIL: gcc.c-torture/execute/20040709-2.c -Os execution test +FAIL: gcc.c-torture/execute/20040709-3.c -O1 execution test +FAIL: gcc.c-torture/execute/20040709-3.c -O2 execution test +FAIL: gcc.c-torture/execute/20040709-3.c -O3 -g execution test +FAIL: gcc.c-torture/execute/20040709-3.c -Os execution test Jeff noted the same tests fail on m32r, h8300 and iq2000 and they bisect back to the change as for PR 118409. So, likely this is same problem.