To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96436 Issue #|96436 Summary|make MinGW bridge conform with -freg-struct-return Component|udk Version|DEV300m35 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tono Reported by|tono
------- Additional comments from [EMAIL PROTECTED] Fri Nov 21 15:22:51 +0000 2008 ------- I had copied most of MinGW bridge codes from other gcc platforms and they wont work with gcc option -freg-struct-return. So I have been specifying the opposite switch -fpcc-struct-return. However, as the default in MinGW world is -freg-struct-return, OOo codes do not work if they are linked with STL library prebuilt without -fpcc-struct-return. Following patches are to modify the bridge codes to get rid of -fpcc-struct- retrun. --------------------------------------------------------------------- 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]
