http://bugs.winehq.org/show_bug.cgi?id=16497
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2008-12-14 04:18:09 --- Hello,
dupe of bug 13445 (even if it's different error manifestation).
You are running into a regression which was introduced in gcc 4.3/4.4 Mainly Fedora 9 users suffered from it and only Wine seemed to trigger this.
It was fixed upstream a while ago, so ideally if you update using 'yum' you might get a toolchain with that bug fixed.
If you are interested in the details/background you might want to visit:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35204
where the PR was reported, discussed and fixed.
---
If the problem still persists after updating using 'yum' (and 'make distclean' before rebuilding Wine), do the following in your shell when building from source:
--- snip --- $ export CFLAGS="-fno-tree-pre -fno-tree-fre" --- snip ---
and 'make distclean' to remove any invalid artefacts generated by this bug before rebuilding Wine (make).
Regards