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:
Martin Liska 2021-09-30 14:12:35 +02:00
parent 32bd81eba4
commit c3d11a1e95
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/* { dg-additional-options "-fcx-limited-range -fdump-tree-optimized" } */
/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
#pragma GCC optimize "-fno-cx-limited-range"

View File

@ -1,4 +1,5 @@
/* { dg-additional-options "-fdump-tree-optimized" } */
/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
#pragma GCC optimize "-fcx-limited-range"