[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-21 Thread kees at outflux dot net
--- Comment #9 from kees at outflux dot net 2008-12-22 01:01 --- Yes! Adding "-fno-strict-aliasing" to a normal (-O2) build seems to have fixed the problems so far. The full test suite takes a while, but the early failures are not present any more. I will report more once i

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-17 Thread kees at outflux dot net
--- Comment #7 from kees at outflux dot net 2008-12-18 01:07 --- Created an attachment (id=16925) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16925&action=view) 4.4.0 -E output of log_event.cc (bzip2) $ /usr/lib/gcc-snapshot/bin/g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=

[Bug c++/38562] [4.3/4.4 regression] mysql miscompiles and causes testsuite failures

2008-12-17 Thread kees at outflux dot net
-- kees at outflux dot net changed: What|Removed |Added Summary|[4.3/4-4 regression] mysql |[4.3/4.4 regression] mysql |miscompiles and causes