On Tue, Oct 24, 2023, 11:03 AM Jeff Law wrote:
>
>
> On 10/24/23 09:26, Stefan Schulze Frielinghaus wrote:
> > Currently _BitInt is only supported on x86_64 which means that for other
> > targets all tests fail with e.g.
> >
> > gcc.misc-tests/godump-1.c:237:1: sorry, unimplemented: '_BitInt(32)'
On 10/24/23 09:26, Stefan Schulze Frielinghaus wrote:
Currently _BitInt is only supported on x86_64 which means that for other
targets all tests fail with e.g.
gcc.misc-tests/godump-1.c:237:1: sorry, unimplemented: '_BitInt(32)' is not
supported on this target
237 | _BitInt(32) b32_v;
Currently _BitInt is only supported on x86_64 which means that for other
targets all tests fail with e.g.
gcc.misc-tests/godump-1.c:237:1: sorry, unimplemented: '_BitInt(32)' is not
supported on this target
237 | _BitInt(32) b32_v;
| ^~~
Instead of requiring _BitInt support for godum