diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 23:29:07 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 23:29:07 +0000 |
commit | 15728ca0e887a17e4ba1007f7d06ba9c848ee1ac (patch) | |
tree | 0407e73a33cb7a1098d4261c92f1b3a68636e88e | |
parent | 60786eff06de6ea45224712d4c26df527ecd6fa3 (diff) | |
download | gcc-15728ca0e887a17e4ba1007f7d06ba9c848ee1ac.tar.gz |
* gcc.dg/20050321-2.c: Restrict to target fpic.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97765 138bc75d-0d04-0410-961f-82ee72b054a4
-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 ac3191423b1..fcc9d2553fc 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) \ |