https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119241
Bug ID: 119241 Summary: cobol Front end uses host floating point (128b) support Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: cobol Assignee: iains at gcc dot gnu.org Reporter: iains at gcc dot gnu.org Target Milestone: --- Host: *-darwin* This is not portable, in general, and causes build fails on hosts without libc support. Suggested solutions would include using the facilities of gcc/real.cc or maybe more flexibly - to use MPFR.