diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-03-11 17:52:06 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2009-03-11 17:52:06 +0000 |
commit | 8a9ceef2cc5783e9920cb48e8eb68c21c9244a29 (patch) | |
tree | 2d299ed27a7672a3293911225dc749ed08b17ed2 | |
parent | 40190a76961a6e917ce5774372e8b65a8ca86404 (diff) | |
download | gcc-8a9ceef2cc5783e9920cb48e8eb68c21c9244a29.zip gcc-8a9ceef2cc5783e9920cb48e8eb68c21c9244a29.tar.gz gcc-8a9ceef2cc5783e9920cb48e8eb68c21c9244a29.tar.bz2 |
* g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
From-SVN: r144785
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/thunk2.C | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3760728..af958c3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C index 18bbec8..ad13022 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C @@ -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 { |