[cfe-commits] [PATCH] Supporting thiscall compatibility with MSVC
Aaron Ballman
aaron at aaronballman.com
Sat Feb 18 09:20:15 PST 2012
On Fri, Feb 17, 2012 at 11:31 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> Please rename IsWin32FloatStructABI if you're going to use it this
>> way. I'm still not convinced it's necessary to behave differently
>> when targeting MinGW, though.
> It seems like gcc allows user to enable thiscall CC as of 4.6. So...
> we should see how to keep the compatibility here.
It seems that gcc just added support for __thiscall to be compatible
with MSVC. So I think Eli is right and we want thiscall to always
match the MSVC behavior.
~Aaron
More information about the cfe-commits
mailing list