]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 11 Mar 2009 17:52:06 +0000 (17:52 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 11 Mar 2009 17:52:06 +0000 (17:52 +0000)
From-SVN: r144785

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk2.C

index 3760728fa4447f21253f68d73b3c4a962f7d591b..af958c33701e76e2e09a88e2c5a0762ba6a3b488 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
+
 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gcc.c-torture/execute/ieee/inf-3.c: New test.
index 18bbec8c88aed8ea2f027438b3a4af054fcd574f..ad13022ddb302ed2e4a22953157d0f35cd826131 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-do run { target fpic } }
 // { dg-options "-fPIC" }
 // { dg-bogus "\[Uu\]nresolved symbol .(_GLOBAL_OFFSET_TABLE_|\[_.A-Za-z\]\[_.0-9A-Za-z\]*@(PLT|GOT|GOTOFF))|\[Bb\]ad fixup at .DATA.:" "PIC unsupported" { xfail *-*-netware* } 0 }
+// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
 // Test that non-variadic function calls using thunks and PIC work right.
 
 struct A {