From: Ulrich Weigand Date: Wed, 11 Mar 2009 17:53:13 +0000 (+0000) Subject: * g++.old-deja/g++.jason/thunk2.C: Skip on SPU. X-Git-Tag: releases/gcc-4.3.4~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4771fd9013a47b724c0c66760d7e85c2d008e8c6;p=thirdparty%2Fgcc.git * g++.old-deja/g++.jason/thunk2.C: Skip on SPU. From-SVN: r144786 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 150ca6ce9c70..aa7e598386dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-03-11 Ulrich Weigand + + * g++.old-deja/g++.jason/thunk2.C: Skip on SPU. + 2009-03-07 Paul Thomas PR fortran/39295 diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C index 18bbec8c88ae..ad13022ddb30 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 {