Re: [PATCH] testsuite: Skip btf-bitfields-1.c if int is less than 32-bits

2022-06-24 Thread Jeff Law via Gcc-patches
On 6/23/2022 3:21 PM, Dimitar Dimitrov wrote: 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.

[PATCH] testsuite: Skip btf-bitfields-1.c if int is less than 32-bits

2022-06-23 Thread Dimitar Dimitrov
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. Ok for trunk? gcc/testsuite/ChangeLog: *