https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111308
Bug ID: 111308 Summary: BITINT_TYPE unsupported in c-ada-spec.cc Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org CC: adam.warner.nz at gmail dot com, alx at kernel dot org, bergner at gcc dot gnu.org, chfast at gmail dot com, dje at gcc dot gnu.org, dkm at gcc dot gnu.org, fw at gcc dot gnu.org, george at bott dot gg, hjl.tools at gmail dot com, jakub at gcc dot gnu.org, jsm28 at gcc dot gnu.org, leni536 at gmail dot com, rguenth at gcc dot gnu.org, rsandifo at gcc dot gnu.org, segher at gcc dot gnu.org, sjames at gcc dot gnu.org, tmgross at umich dot edu, uweigand at gcc dot gnu.org Depends on: 102989 Target Milestone: --- +++ This bug was initially created as a clone of Bug #102989 +++ I haven't added BITINT_TYPE support to c-ada-spec.cc, as I have no idea what you want to do in Ada for that. Example of problematic declaration in some header (so far on x86-64) would be extern _BitInt(157) foo (unsigned _BitInt(384) x, signed _BitInt(15) y, int z); Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989 [Bug 102989] Implement C2x's n2763 (_BitInt)