This is a nasty gotcha that caught me out recently, where a bitfield
comparison to unsigned char would blow up OOo during a
OutputDevice::DrawText, not every time, but over the course of a medium
length OOo session almost guaranteed to occur.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199 

-mtune=pentiumpro is the default OOo gcc on ix86 build flag for OOo, and
doesn't suffer from the problem, while e.g. -mtune=pentium4 which is the
default for fedora 4 does. So it's not a serious general OOo problem,
but one that's possibly worth knowing about.

C.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to