]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/lto/20120723_0.c: Skip on SPARC 32-bit.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 4 Oct 2012 17:01:53 +0000 (17:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 4 Oct 2012 17:01:53 +0000 (17:01 +0000)
From-SVN: r192089

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/20120723_0.c

index e058566582df8c9b4cf6e85754df2e5c440b8124..6d99e71c68d3f77a22011222fa4e932cbfd332e4 100644 (file)
@@ -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.
index ea08a0067dac2a6225672fed0f7b4519f9822da0..78cfdf77c5bde2cd34f48d3c14a6bc6908e5c9be 100644 (file)
@@ -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);