https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119244
Bug ID: 119244
Summary: cobol/libgcobol should allow libquadmath to provide
128b floating 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: ---
Currently libgcobol is not buildable on platforms that do not have _Float128
support in libc.
However, we have a facility that allows for this in libquadmath (which is
already used my gfortran, for example).
We should investigate allowing the use of libquadmath to extend the number of
supported targets.