diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 16:52:48 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 16:52:48 +0000 |
commit | 877071a72f300a2e72bf8600db6acea1a873ca59 (patch) | |
tree | eb382979e4710c041bdbc082c92bbb03ee6a342e /gcc/testsuite/gcc.dg/tls | |
parent | c8a44525b025079f300e75557a56e9297bade0cc (diff) | |
download | gcc-877071a72f300a2e72bf8600db6acea1a873ca59.tar.gz |
* gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
Guard with dg-require-alias and dg-require-visibility.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/tls')
-rw-r--r-- | gcc/testsuite/gcc.dg/tls/alias-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tls/alias-1.c b/gcc/testsuite/gcc.dg/tls/alias-1.c index fa8dd29d94b..1098190ebd0 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. */ |