-fgo-dump-spec: support _BitInt
commite4775af423a590947a10429b9fa889f5d3d41d40
authorIan Lance Taylor <iant@golang.org>
Wed, 6 Sep 2023 22:09:31 +0000 (6 15:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Sep 2023 22:31:27 +0000 (6 15:31 -0700)
tree86b0b2928f50c2019b9e7e76d96d3919bb8554ae
parent6de5f5a4fe85bde1ec555c42021637d770faea0d
-fgo-dump-spec: support _BitInt

gcc/
PR go/111310
* godump.cc (go_format_type): Handle BITINT_TYPE.

gcc/testsuite/
PR go/111310
* gcc.misc-tests/godump-1.c: Add _BitInt test cases.
gcc/godump.cc
gcc/testsuite/gcc.misc-tests/godump-1.c