https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101104
--- Comment #7 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Peter Bergner from comment #6) > Ah, the v5 patch. I'll bootstrap and regtest the patch and report back. Building with and without the patch, I'm seeing: +FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O2 -flto -fno-use-linker-plugin -flto-partition=none FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-fu nctions FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -O3 -g +FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -Og -g FAIL: gcc.c-torture/execute/ieee/cdivchkld.c execution, -Os So 2 new FAILs and no new PASSes with the patch. :-( Is there anything you want me to check?