]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: gcc.dg/debug/btf/btf-bitfields-3.c remove -fno-short-enums PR debug/101321
authorChristophe Lyon <christophe.lyon@foss.st.com>
Wed, 7 Jul 2021 12:42:34 +0000 (12:42 +0000)
committerChristophe Lyon <christophe.lyon@foss.st.com>
Wed, 7 Jul 2021 12:44:36 +0000 (12:44 +0000)
After r12-2094, -fno-short-enums is non longer necessary.

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

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

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

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