testsuite: gcc.dg/debug/btf/btf-bitfields-3.c requires -fno-short-enums PR debug...
authorChristophe Lyon <christophe.lyon@foss.st.com>
Mon, 5 Jul 2021 11:33:45 +0000 (11:33 +0000)
committerChristophe Lyon <christophe.lyon@foss.st.com>
Mon, 5 Jul 2021 11:41:21 +0000 (11:41 +0000)
arm-eabi uses -fshort-enums by default while arm-linux-gnueabi* do not,
like most (all?) other targets, but this test relies -fno-short-enums.
Fix it by forcing -fno-short-enums.

2021-07-05  Christophe Lyon  <christophe.lyon@foss.st.com>

PR debug/101321
gcc/testsuite/
* gcc.dg/debug/btf/btf-bitfields-3.c: Add -fno-short-enums.

gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-3.c

index 440623c..5e68416 100644 (file)
@@ -15,7 +15,7 @@
    */
 
 /* { dg-do compile } */
-/* { dg-options "-O0 -gbtf -dA" } */
+/* { dg-options "-O0 -gbtf -dA -fno-short-enums" } */
 
 /* Enum with 4 members.  */
 /* { dg-final { scan-assembler-times "\[\t \]0x6000004\[\t \]+\[^\n\]*btt_info" 1 } } */