On Fri, Feb 17, 2012 at 11:31 PM, Anton Korobeynikov <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
