]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] [arm/aarch64] -fno-short-enums for auto-init-[12].c
authorAlexandre Oliva <oliva@adacore.com>
Thu, 8 Dec 2022 10:50:30 +0000 (07:50 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 8 Dec 2022 10:50:30 +0000 (07:50 -0300)
On arm-eabi, and possibly on other platforms, -fshort-enums is enabled
by default, which breaks some tests' expectations as to enum sizes
with DEFERRED_INIT.  Disable short enums so that the expectations are
met.

for  gcc/testsuite/ChangeLog

* c-c++-common/auto-init-1.c: Add -fno-short-enums.
* c-c++-common/auto-init-2.c: Likewise.
* gcc.dg/debug/btf/btf-enum-1.c: Likewise.

gcc/testsuite/c-c++-common/auto-init-1.c
gcc/testsuite/c-c++-common/auto-init-2.c
gcc/testsuite/gcc.dg/debug/btf/btf-enum-1.c

index df04358728bab7e998c74572143785b3535a3e35..3e6a4984eea228713a9b8ed9c487a9d1a620575b 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify zero initialization for integer and pointer type automatic variables.  */
 /* { dg-do compile { target { ilp32 || lp64 } } } */
-/* { dg-options "-ftrivial-auto-var-init=zero -fdump-tree-gimple" } */
+/* { dg-options "-ftrivial-auto-var-init=zero -fno-short-enums -fdump-tree-gimple" } */
 
 #ifndef __cplusplus
 # define bool _Bool
index 6ac63bb1ddac1dcac53ed43adee23e942a0c5f5c..d356e508b836fe7ddfd2369ab67e6fc5a84c9c27 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify pattern initialization for integer and pointer type automatic variables.  */
 /* { dg-do compile { target { ilp32 || lp64 } } } */
-/* { dg-options "-ftrivial-auto-var-init=pattern -fdump-tree-gimple" } */
+/* { dg-options "-ftrivial-auto-var-init=pattern -fno-short-enums -fdump-tree-gimple" } */
 
 #ifndef __cplusplus
 # define bool _Bool
index 7e940529f1b6dbf8f906c39f0e7b6dc59539289b..2887cb1c5f2447ef69114007920b15601f71bc09 100644 (file)
@@ -1,7 +1,7 @@
 /* Test BTF generation for enums.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O0 -gbtf -dA" } */
+/* { dg-options "-O0 -gbtf -fno-short-enums -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x6000004\[\t \]+\[^\n\]*btt_info" 1 } } */
 /* { dg-final { scan-assembler-times "\[\t \]0x86000003\[\t \]+\[^\n\]*btt_info" 1 } } */