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 target/15544] [Darwin] Inconsistent visibility for .eh symbols


------- Additional Comments From austern at apple dot com  2004-05-19 23:17 -------
You're right that the underlying cause of this problem an assembler bug.  However, I believe it should 
still be left open as a gcc bug: this is yet another target quirk that the compiler needs to work around, 
and it's a bug that we don't have the workaround yet.

Fortunately, it turns out that the workaround is simple: change
         .private_extern __Z3foov.eh
         __Z3foov.eh = 0
to
         __Z3foov.eh = 0
         .private_extern __Z3foov.eh


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15544


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