aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/20120723_0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/lto/20120723_0.c')
-rw-r--r--gcc/testsuite/gcc.dg/lto/20120723_0.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/lto/20120723_0.c b/gcc/testsuite/gcc.dg/lto/20120723_0.c
index ea08a0067..78cfdf77c 100644
--- a/gcc/testsuite/gcc.dg/lto/20120723_0.c
+++ b/gcc/testsuite/gcc.dg/lto/20120723_0.c
@@ -1,7 +1,9 @@
/* Make sure that by reference and by value aggregate jump functions do not get
- mixed up. */
+ mixed up.
+ ??? This testcase is invalid C and can only pass on specific platforms. */
/* { dg-lto-do run } */
-/* { dg-lto-options {{-O3 -fno-early-inlining -flto}} } */
+/* { dg-skip-if "" { { sparc*-*-* } && ilp32 } { "*" } { "" } } */
+/* { dg-lto-options { {-O3 -fno-early-inlining -flto}} } */
extern void abort (void);