* g++.old-deja/g++.jason/thunk2.C: Guard test with { target fpic }.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 22 Oct 2005 20:57:01 +0000 (20:57 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 22 Oct 2005 20:57:01 +0000 (20:57 +0000)
From-SVN: r105798

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

index 02a8a82406e47c52d1076edebf5bc86ee543d588..e1ddf72552c5215775ec87b6bde505513dcf8ee5 100644 (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.
 
index 12c6449e9384b50cf00bf05e25a2c90822b049b4..18bbec8c88aed8ea2f027438b3a4af054fcd574f 100644 (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.