mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
Fix attr-retain-* tescases for 32-bit PowerPC.
PR testsuite/100407 gcc/testsuite/ * gcc.c-torture/compile/attr-retain-1.c: Add -G0 for 32-bit PowerPC. * gcc.c-torture/compile/attr-retain-2.c: Likewise.
This commit is contained in:
parent
916b809fbf
commit
ae3c4e521d
@ -1,4 +1,6 @@
|
||||
/* { dg-do compile { target R_flag_in_section } } */
|
||||
/* Prevent readonly data from being put in writable sdata for 32-bit powerpc. */
|
||||
/* { dg-options "-G0" { target { powerpc*-*-* && ilp32 } } } */
|
||||
/* { dg-final { scan-assembler ".text.*,\"axR\"" } } */
|
||||
/* { dg-final { scan-assembler ".bss.*,\"awR\"" } } */
|
||||
/* { dg-final { scan-assembler ".data.*,\"awR\"" } } */
|
||||
|
@ -11,5 +11,7 @@
|
||||
/* { dg-final { scan-assembler ".bss.used_lcomm2,\"awR\"" { target arm-*-* } } } */
|
||||
/* { dg-final { scan-assembler ".data.used_foo_sec,\"awR\"" } } */
|
||||
/* { dg-options "-ffunction-sections -fdata-sections" } */
|
||||
/* Prevent readonly data from being put in writable sdata for 32-bit powerpc. */
|
||||
/* { dg-options "-ffunction-sections -fdata-sections -G0" { target { powerpc*-*-* && ilp32 } } } */
|
||||
|
||||
#include "attr-retain-1.c"
|
||||
|
Loading…
Reference in New Issue
Block a user