To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96994 Issue #|96994 Summary|broken GCC visibility error detection Component|tools Version|DEV300m37 Platform|Macintosh URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|configure Assigned to|sb Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Sun Dec 7 18:38:57 +0000 2008 ------- Due to an obviously erroneous double backslash in the regexp '@PLT|\\$stub' at tags/DEV300_m37/config_office/[EMAIL PROTECTED] l. 2489, introduced through issue 87464, all versions of GCC on Mac OS X are considered by configure to have broken -fvisibility=hidden, and the feature is disabled. (Checking the visibility.s as used by configure.in generated by the default Apple GCC 4.0.1, the additional Apple GCC 4.2.1, and a MacPorts-based GCC 4.3.2, only GCC 4.2.1 erroneously calls __ZN10TestStruct4InitEv while the other two correctly call L__ZN10TestStruct4InitEv$stub, which is in line with the"Known to fail: 4.0.3 4.1.0 4.2.0" at <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905>). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
