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
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue