This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Replace tmp with __tmp


On Sat, Sep 17, 2011 at 11:26 PM, H.J. Lu <hjl.tools@gmail.com> wrote:

>>> Agreed. Some parets are missing, though:
>>>
>>> - ?unsigned long long tmp = (__X) ^ (__X - 1);
>>> - ?return tmp;
>>> + ?unsigned long long __tmp = (__X) ^ (__X - 1);
>>> + ?return __tmp;
>>
>> There is none missing. ?This is not a macro.
>>
>
> Here is the updated patch. ?Tested on Linux/x86-64. ?OK
> for trunk?

> 2011-09-17 ?H.J. Lu ?<hongjiu.lu@intel.com>
>
> ? ? ? ?* config/i386/bmiintrin.h: Remove tmp.
> ? ? ? ?* config/i386/tbmintrin.h: Likewise.

OK.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]