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