http://bugs.winehq.org/show_bug.cgi?id=2778
------- Additional Comments From marcus@jet.franken.de 2005-26-10 06:54 ------- can you call the respective gcc line by hand,
gcc .... stuff ... --save-temps
cp xxx.s xxx.s.nom32 cp xxx.i xxx.i.nom32 and then gcc -m32 ... same stuff .. --save-temps
cp xxx.s xxx.s.m32 cp xxx.i xxx.i.m32
and attach the 4 files to the report. Or at least the .s files.