aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-10-04 17:01:53 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-10-04 17:01:53 +0000
commitdb7f5754860be307762eb44ad2a175d568646121 (patch)
treecea7178f517cd7c2a639bd57fc2250e85262e295 /gcc
parentfc429b4868b646130c7b0b508a62b31dd943a1df (diff)
downloadgcc-db7f5754860be307762eb44ad2a175d568646121.zip
gcc-db7f5754860be307762eb44ad2a175d568646121.tar.gz
gcc-db7f5754860be307762eb44ad2a175d568646121.tar.bz2
* gcc.dg/lto/20120723_0.c: Skip on SPARC 32-bit.
From-SVN: r192089
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/lto/20120723_0.c6
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e058566..6d99e71 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-04 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.dg/lto/20120723_0.c: Skip on SPARC 32-bit.
+
2012-10-04 Florian Weimer <fweimer@redhat.com>
* c-c++-common/cpp/diagnostic-pragma-1.c: New testcase.
diff --git a/gcc/testsuite/gcc.dg/lto/20120723_0.c b/gcc/testsuite/gcc.dg/lto/20120723_0.c
index ea08a00..78cfdf7 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);