testsuite: Skip btf-bitfields-1.c if int is less than 32-bits
authorDimitar Dimitrov <dimitar@dinux.eu>
Thu, 9 Jun 2022 17:27:32 +0000 (20:27 +0300)
committerDimitar Dimitrov <dimitar@dinux.eu>
Fri, 24 Jun 2022 20:30:22 +0000 (23:30 +0300)
commit75fa80bb5654d1f8b21310118f41705b74168039
tree5831da903fd6ffa4219ff47584b465089cfe44ab
parentf21f17f95c0237f4f987a5fa9f1fa9c7e0db3c40
testsuite: Skip btf-bitfields-1.c if int is less than 32-bits

This test spuriously fails on AVR with:
   error: width of 'bitfield_c' exceeds its type

8-bit and 16-bit microcontrollers do not seem to be the target audience
for BTF file format.  So the least intrusive fix is to simply skip the
test for them.

gcc/testsuite/ChangeLog:

* gcc.dg/debug/btf/btf-bitfields-1.c: Skip if int is less than
32-bits.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-1.c