This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/37325] [4.4 Regression] Visibility test fails
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2008 19:52:40 -0000
- Subject: [Bug testsuite/37325] [4.4 Regression] Visibility test fails
- References: <bug-37325-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2008-09-02 19:52 -------
Subject: Re: [4.4 Regression] Visibility test fails
>
> Checked visibility-14.c. The .hidden directive is not being emitted.
I'm not sure why a .hidden directive should be expected in this case
as foo does not bind locally.
extern void foo(void) __attribute__ ((visibility ("hidden")));
int f () {
foo();
}
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37325