https://bugs.winehq.org/show_bug.cgi?id=55486
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #10 from Piotr Caban piotr.caban@gmail.com --- I can reproduce the problem on Gentoo. For some reason x86_64-w64-mingw32-gcc optimizes the loop out in hmf_proc -> EMR_POLYDRAW16 case. Because of that only first element of the pts table is initialized.
If wineps is compiled with -O0 flag printing works correctly. I don't know yet what is causing it.