mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-23 21:04:29 +08:00
testsuite: Skip a test-case when LTO is used [PR102509]
PR testsuite/102509 gcc/testsuite/ChangeLog: * gcc.c-torture/compile/attr-complex-method.c: Skip if LTO is used. * gcc.c-torture/compile/attr-complex-method-2.c: Likewise.
This commit is contained in:
parent
32bd81eba4
commit
c3d11a1e95
@ -1,4 +1,5 @@
|
||||
/* { dg-additional-options "-fcx-limited-range -fdump-tree-optimized" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
|
||||
|
||||
#pragma GCC optimize "-fno-cx-limited-range"
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-additional-options "-fdump-tree-optimized" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
|
||||
|
||||
#pragma GCC optimize "-fcx-limited-range"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user