diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-10-22 20:57:01 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-10-22 20:57:01 +0000 |
commit | 17f4409dc0d7674266cf1c86f9e5968b91b00703 (patch) | |
tree | 791a88c0a2055e787d7841f493be72b1c324cead /gcc | |
parent | 8e6a43093a6dd08bee44b579d4e8811ebb1642f4 (diff) | |
download | gcc-17f4409dc0d7674266cf1c86f9e5968b91b00703.zip gcc-17f4409dc0d7674266cf1c86f9e5968b91b00703.tar.gz gcc-17f4409dc0d7674266cf1c86f9e5968b91b00703.tar.bz2 |
* g++.old-deja/g++.jason/thunk2.C: Guard test with { target fpic }.
From-SVN: r105798
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/thunk2.C | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 02a8a82..e1ddf72 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C index 12c6449e..18bbec8 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C @@ -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. |