https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #397 from Kazumoto Kojima <kkojima at gcc dot gnu.org> --- (In reply to Oleg Endo from comment #379) > sh-sim/-m2a/-mb: > FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2 > FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2 -flto > -fno-use-linker-plugin -flto-partition=none > FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2 -flto > -fuse-linker-plugin -fno-fat-lto-objects > FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 > -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions > FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 -g It seems to be the problem that HP predicted in comment #260. These FAILs went away with -fno-delayed-branch. FYI, I've opened PR 117111.