* g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 2009 17:52:06 +0000 (17:52 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 2009 17:52:06 +0000 (17:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144785 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3760728..af958c3 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
 
index 18bbec8..ad13022 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 {