To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66018


User cmc changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'hr,kz,mmeeks,pjanik,sb'  |'hr,kz,mmeeks,pjanik,pmlad
                        |                          |ek,sb'
--------------------------------------------------------------------------------
             Assigned to|cmc                       |hr
--------------------------------------------------------------------------------
                  Status|REOPENED                  |NEW
--------------------------------------------------------------------------------
                 Summary|visibility crash on loadin|-fvisibility-inlines-hidde
                        |g a .vor                  |n crash on loading a .vor
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Mar  2 14:20:56 +0000 
2007 -------
So I finally sat down and did a set of testbuilds to isolate the problem. What
makes the newly attached test document crash for me is
-fvisibility-inlines-hidden. Visibility in and of itself is fine, it's the
visibility of inlines that cause my problem. 

And the attached patch to stick pragma visibility push pop around our headers
that contain code to take the address of inline methods makes my crash begone
(gcc 4.1.2, though I've had this problem with nearly all the gcc 4.X.Y codeline,
and I'm baffled as to why no-one else seems to suffer from it)

>From http://gcc.gnu.org/wiki/Visibility "-fvisibility-inlines-hidden can be 
>used
with no source alterations, unless you need to override it for inlines where
address identity is important either for the function itself or any function
local static data." which sort of looks like it may describe what we want to do
in our ImplClassDataX structs

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

Reply via email to