diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-16 01:14:19 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-16 01:14:19 +0000 |
commit | 157505e95e074e979564cba019d8b093ec03f1ea (patch) | |
tree | 42ab97f0b7f02fa6bce665db8753d5eb458ac108 /gcc/testsuite/gcc.dg/20020122-4.c | |
parent | c9cef0254a893cfc9f104b3446febfbb5e9ba337 (diff) | |
download | gcc-157505e95e074e979564cba019d8b093ec03f1ea.tar.gz |
* g++.dg/debug/debug3.C, g++.dg/ext/visibility/noPLT.C,
g++.dg/opt/vt1.C, g++.old-deja/g++.other/local-alloc1.C,
gcc.dg/20001009-1.c, gcc.dg/20010912-1.c, gcc.dg/20020122-4.c,
gcc.dg/20020415-1.c, gcc.dg/20020430-1.c, gcc.dg/20021018-1.c,
gcc.dg/20021023-1.c, gcc.dg/20021029-1.c, gcc.dg/20021116-1.c,
gcc.dg/20030120-1.c, gcc.dg/20030213-1.c, gcc.dg/20030225-1.c,
gcc.dg/20030702-1.c, gcc.dg/20030708-1.c, gcc.dg/20040311-2.c,
gcc.dg/inline-2.c: Guard test with { target fpic }. Remove
previous target-specific skips and warning-message matches where
applicable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105455 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/20020122-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20020122-4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/20020122-4.c b/gcc/testsuite/gcc.dg/20020122-4.c index 653dfcb75dd..50aef195098 100644 --- a/gcc/testsuite/gcc.dg/20020122-4.c +++ b/gcc/testsuite/gcc.dg/20020122-4.c @@ -1,8 +1,7 @@ /* Alpha -msmall-data didn't transform (mem (symbol_ref)) to (mem (lo_sum pic (symbol_ref))) within an asm at the right time. */ -/* { dg-do compile } */ +/* { dg-do compile { target fpic } } */ /* { dg-options "-O2 -fpic" } */ -/* { dg-warning "not supported" "PIC unsupported" { target cris-*-elf* cris-*-aout* mmix-*-* } 0 } */ void foo() { |