how to disable __thiscall on MinGW-gcc-4.7.x ?

Kai Tietz ktietz70@googlemail.com
Thu May 24 10:29:00 GMT 2012


2012/5/24 niXman <i.nixman@gmail.com>:
> Hello!
>
> http://gcc.gnu.org/ml/gcc-help/2012-05/msg00043.html
>
> ping?
>
>
> --
> Regards,
>   niXman

There is no option to disable this, as thiscall is part of the Windows
ABI.  But you can switch via that -mabi=(sysv|ms) option.

Regards,
Kai



More information about the Gcc mailing list