>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
Andy> b41 is really turning into a suckfest under cygwin for me.
Andy> Martin, gcc -O3 loses big time under cygwin. Can we possibly undo this
Andy> change?
Sure, but note that it is working for all us Unix guys. Before
turning back the opt level to -O2, try real hard to check whether this
is really a source code bug. Most `optimizer' bugs are in fact bugs
in the program being compiled. Especially in this case, where the
same compiler at the same optimization level on the same hardware has
already proven its worth.
Martin
(Yes, it was my idea to use -O3 as the default opt level for gcc).