http://bugs.winehq.org/show_bug.cgi?id=4047
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #14 from Dan Kegel dank@kegel.com 2007-08-21 08:12:37 --- gcc added stronger optimization in gcc-4.x that is disabled by that flag. Crashes that go away with -fno-unit-at-a-time do indicate problems in the app, but we should probably always be building wine with that option for now. Many programs are still not ready to compile without that option.
But ok, since Neil can't reproduce it with gcc-4.1.2, marking as INVALID for now. Reopen if it comes back.