https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119595
--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> --- Very encouraging.... I put this patch (with obvious amendments) on top of my posted patches for libquadmath support - and then adjusted the sorry in cobol1 (so that it only required float128). x86_64-darwin17 with an m32 multilib: $ ./gcc/gcobol -Bgcc /source/test/hello.cob -o hco -m32 $ ./hco HELLO COBOL WORLD $ file hco hco: Mach-O executable i386 ... the testsuite needs some work ;) === cobol Summary for unix/-m32 === # of expected passes 903 # of unexpected failures 1728 # of expected failures 6 # of unresolved testcases 834 (nothing stands out as common right now - but probably there are common factors)