r202778 - Implement __readeflags and __writeeflags intrinsics

Alexey Bataev a.bataev at hotmail.com
Mon Mar 3 19:37:47 PST 2014


Chandler, thanks.
I'll fix it.

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
Intel Corp.

4 Март 2014 г. 7:12:36, Chandler Carruth писал:
>
> On Mon, Mar 3, 2014 at 7:03 PM, Alexey Bataev <a.bataev at hotmail.com
> <mailto:a.bataev at hotmail.com>> wrote:
>
>     +  unsigned long long res = 0;
>
>
> Note that this local variable can be clobbered by a user who #define's
> 'res' to something nasty like 'int'. I think you need this to be __res
> much like you use __f for the parameter.




More information about the cfe-commits mailing list