diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-01-19 18:03:45 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-01-19 17:03:45 +0000 |
commit | 2194d8219f2164383b268221973073abd99ea926 (patch) | |
tree | b69d38d40b491bed51cb83b24ba7db6785d4a666 | |
parent | 2f3321ca812411919883439797b1865c5c09d786 (diff) | |
download | gcc-2194d8219f2164383b268221973073abd99ea926.zip gcc-2194d8219f2164383b268221973073abd99ea926.tar.gz gcc-2194d8219f2164383b268221973073abd99ea926.tar.bz2 |
alias-1.c: Add dg-warning for unsupported visibility attribute on sparc*-sun-solaris2.*.
* gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
attribute on sparc*-sun-solaris2.*.
From-SVN: r76158
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tls/alias-1.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c2a42fd..4c90e15 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility + attribute on sparc*-sun-solaris2.*. + 2004-01-18 Mark Mitchell <mark@codesourcery.com> PR c++/13710 diff --git a/gcc/testsuite/gcc.dg/tls/alias-1.c b/gcc/testsuite/gcc.dg/tls/alias-1.c index 3372da3..fa8dd29 100644 --- a/gcc/testsuite/gcc.dg/tls/alias-1.c +++ b/gcc/testsuite/gcc.dg/tls/alias-1.c @@ -1,4 +1,5 @@ /* { dg-do link } */ +/* { dg-warning "visibility" "unsupported" { target sparc*-sun-solaris2.* } 22 } */ /* Test that encode_section_info handles the change from externally defined to locally defined (via hidden). Extracted from glibc. */ |