diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-11-14 17:52:48 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-11-14 16:52:48 +0000 |
commit | 3021a627c59f88450a6c785d5b0d61f390762445 (patch) | |
tree | eb382979e4710c041bdbc082c92bbb03ee6a342e /gcc | |
parent | fd3fe0a11bf8bb6083c5d6f6054b911a69ee6862 (diff) | |
download | gcc-3021a627c59f88450a6c785d5b0d61f390762445.zip gcc-3021a627c59f88450a6c785d5b0d61f390762445.tar.gz gcc-3021a627c59f88450a6c785d5b0d61f390762445.tar.bz2 |
alias-1.c: Remove dg-warning on the SPARC.
* gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
Guard with dg-require-alias and dg-require-visibility.
From-SVN: r90623
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tls/alias-1.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7800110..52f9df4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr> + * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC. + Guard with dg-require-alias and dg-require-visibility. + +2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr> + * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC. 2004-11-14 Giovanni Bajo <giovannibajo@gcc.gnu.org> diff --git a/gcc/testsuite/gcc.dg/tls/alias-1.c b/gcc/testsuite/gcc.dg/tls/alias-1.c index fa8dd29..1098190 100644 --- a/gcc/testsuite/gcc.dg/tls/alias-1.c +++ b/gcc/testsuite/gcc.dg/tls/alias-1.c @@ -1,5 +1,6 @@ /* { dg-do link } */ -/* { dg-warning "visibility" "unsupported" { target sparc*-sun-solaris2.* } 22 } */ +/* { dg-require-alias "" } */ +/* { dg-require-visibility "" } */ /* Test that encode_section_info handles the change from externally defined to locally defined (via hidden). Extracted from glibc. */ |