* g++.old-deja/g++.jason/thunk2.C: Guard test with { target fpic }.

From-SVN: r105798
This commit is contained in:
Hans-Peter Nilsson 2005-10-22 20:57:01 +00:00 committed by Hans-Peter Nilsson
parent 8e6a43093a
commit 17f4409dc0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-10-22 Hans-Peter Nilsson <hp@axis.com>
* g++.old-deja/g++.jason/thunk2.C: Guard test with { target fpic }.
* gcc.dg/tree-ssa/20040204-1.c: Adjust XFAIL for CRIS and MMIX.
* gcc.dg/tree-ssa/loop-1.c: Adjust "call foo"-scanning for CRIS.

View File

@ -1,4 +1,4 @@
// { dg-do run }
// { 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 }
// Test that non-variadic function calls using thunks and PIC work right.