https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119290
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> --- It is for -m32, but on Linux/x86_64 with -mx32 all tests FAIL: FAIL: cobol.dg/data1.cob -O0 (test for excess errors) Excess errors: /vol/gcc/bin/gld-2.44: cannot find -lgcobol: No such file or directory The problem is that there's an inconsistency between the compiler and libgcobol/configure.tgt: while the latter requires 64-bit pointers, thus doesn't build the x32 libgcobol, the former gladly compiles the test in check_effective_target_cobol with -mx32.