diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20030225-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/20030225-1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/20030225-1.c b/gcc/testsuite/gcc.dg/20030225-1.c index ea7736331c8..7f32fdcfee7 100644 --- a/gcc/testsuite/gcc.dg/20030225-1.c +++ b/gcc/testsuite/gcc.dg/20030225-1.c @@ -3,9 +3,8 @@ fixed register. Distilled from the xvid sources by Guillaume Morin <guillaume@morinfr.org> and Benjamin Herrenschmidt <benh@kernel.crashing.org>. */ -/* { dg-do run } */ +/* { dg-do run { target fpic } } */ /* { dg-options "-O2 -fPIC" } */ -/* { dg-warning "not supported" "PIC unsupported" { target cris-*-elf* mmix-*-* } 0 } */ /* { dg-bogus "\[Uu\]nresolved symbol .(_GLOBAL_OFFSET_TABLE_|\[_.A-Za-z\]\[_.0-9A-Za-z\]*@(PLT|GOT|GOTOFF))" "PIC unsupported" { xfail *-*-netware* } 0 } */ extern void exit (int); |

