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 3:10 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> Uros Bizjak <ubizjak@gmail.com> writes:
>
>> 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?


-- 
H.J.
---
2011-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/bmiintrin.h: Remove tmp.
	* config/i386/tbmintrin.h: Likewise.

Attachment: gcc-foo-1.patch
Description: Text document


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