diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-04-06 23:29:07 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-04-06 23:29:07 +0000 |
commit | ceb17756f69610f963b2c665e34284aa3ac9fd8c (patch) | |
tree | 0407e73a33cb7a1098d4261c92f1b3a68636e88e /gcc | |
parent | b6e3f5722e7fdc94973814996fadbbb5d38c0970 (diff) | |
download | gcc-ceb17756f69610f963b2c665e34284aa3ac9fd8c.zip gcc-ceb17756f69610f963b2c665e34284aa3ac9fd8c.tar.gz gcc-ceb17756f69610f963b2c665e34284aa3ac9fd8c.tar.bz2 |
* gcc.dg/20050321-2.c: Restrict to target fpic.
From-SVN: r97765
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/20050321-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20050321-2.c b/gcc/testsuite/gcc.dg/20050321-2.c index ac31914..fcc9d25 100644 --- a/gcc/testsuite/gcc.dg/20050321-2.c +++ b/gcc/testsuite/gcc.dg/20050321-2.c @@ -3,7 +3,7 @@ of some notes inserted between jump table's CODE_LABEL and the jump table it ended up in the .text section and thus shorten_branches couldn't figure out branch to lab is too far. */ -/* { dg-do link } */ +/* { dg-do link { target fpic } } */ /* { dg-options "-g1 -fpic" } */ #define A(n) \ |