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
This commit is contained in:
Eric Botcazou 2004-01-19 18:03:45 +01:00 committed by Eric Botcazou
parent 2f3321ca81
commit 2194d8219f
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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. */