Incorrect handling of __stdcall when -mregparm=3 -mrtd GCC flags are set

Hubert Tonneau hubert.tonneau@heliosam.fr
Wed Aug 16 07:35:00 GMT 2000


I compiled Pliant ( http://pliant.cx/ ) using Cygwin GCC.
Under Linux, I use GCC 2.95 registers calling convention
(-mregparm=3 -mrtd) because it's faster, but under Windows
I cannot use it, since it makes Win32 kernel functions calls
buggy.
The reason is that __stdcall, which is used by WINAPI macro,
does not desable registers calling convention, whereas is
should since WINAPI is compiler independant.

Regards,
Hubert Tonneau

Please, cc answers to me since I have not subscribed this mailing list.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list