https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111310
Bug ID: 111310 Summary: BITINT_TYPE unsupported in godump.cc Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: go Assignee: ian at airs dot com Reporter: pinskia at gcc dot gnu.org CC: adam.warner.nz at gmail dot com, alx at kernel dot org, bergner at gcc dot gnu.org, charlet at gcc dot gnu.org, chfast at gmail dot com, dje at gcc dot gnu.org, dkm at gcc dot gnu.org, ebotcazou 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, unassigned at gcc dot gnu.org, uweigand at gcc dot gnu.org Depends on: 102989, 111308 Target Milestone: --- +++ This bug was initially created as a clone of Bug #111308 +++ +++ This bug was initially created as a clone of Bug #102989 +++ BITINT_TYPE support to godump.cc, as I have no idea what you want to do in go 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) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111308 [Bug 111308] BITINT_TYPE unsupported in c-ada-spec.cc