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





------- Additional comments from [EMAIL PROTECTED] Mon Nov  6 01:21:42 -0800 
2006 -------
Strictly speaking, 4.1.2 does not yet exist, so it is unclear whether that issue
will be fixed in 4.1.2.

Anyway, I guess nobody had tested with 4.1.2 yet and the #if was intended to be
as specific as possible (i.e., it had empirically only been tested to fail with
4.1.1, so that was used for discrimination).  However, if it is clear that it
also fails with 4.1.2, I would assume that it at least also failed with 4.1.0
(and maybe also will fail with 4.1.3 upward in the future).  And, given the fact
that the attached patch is wrong (a < b < c does not do in C++ what one might
expect), I would simplify it to

#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ <= 2

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