http://bugs.winehq.org/show_bug.cgi?id=33307
--- Comment #8 from jordan triplesquarednine@gmail.com 2013-04-11 10:39:57 CDT --- (In reply to comment #7)
gcc uses a three-stage development schedule, and during stage 1, the tree can be broken, so it might be hard to bisect gcc.
Does compiling with -O0 or -O1 instead of the default help?
Hi Dan,
As noted in 2 of the above comments - yes, using -O0 does allow wine64 to work. Myself and the O.P. both confirmed that... But I haven't tried -O1 specifically.
thanks