To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78417
------- Additional comments from [EMAIL PROTECTED] Tue Aug 7 19:04:39 +0000 2007 ------- I have carefully examine the code again and I have concluded that it is actually GCC bug, not OOo bug. There is no type punning case, so there is no way that it can be pointer aliasing bug. In fact, I have replaced all pointer arithmetics with array and it still shows the problem. Just in case, I also have replaced for loops with while loops to make sure the index is not messed up. I think this GCC PR is relevant: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32716 --------------------------------------------------------------------- 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]
