]> 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:53:13 +0000 (17:53 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 11 Mar 2009 17:53:13 +0000 (17:53 +0000)
From-SVN: r144786

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

index 150ca6ce9c707bfb9667d522312a27ab7107cf31..aa7e598386dd711e350cfec40e32878a2b8f8482 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-07  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/39295
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 {