[Bug testsuite/37325] [4.4 Regression] Visibility test fails
dave at hiauly1 dot hia dot nrc dot ca
gcc-bugzilla@gcc.gnu.org
Tue Sep 2 19:54:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list