http://bugs.winehq.org/show_bug.cgi?id=21909
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-03-02 09:29:27 --- That's a compiler bug, specifically http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27758.
It happens because you are passing custom CFLAGS; if you use the default -g -O2 it won't trigger the bug.