This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/37325] [4.4 Regression] Visibility test fails



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]