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, ARM] Fix PR target/58423


On 23/09/13 09:11, Zhenqiang Chen wrote:
> 
> 
>> -----Original Message-----
>> From: gcc-patches-owner@gcc.gnu.org [mailto:gcc-patches-
>> owner@gcc.gnu.org] On Behalf Of Yufeng Zhang
>> Sent: Monday, September 23, 2013 3:16 PM
>> To: gcc-patches@gcc.gnu.org
>> Subject: Re: [PATCH, ARM] Fix PR target/58423
>>
>> On 09/23/13 07:58, Zhenqiang Chen wrote:
>>> --- clean-trunk/gcc/config/arm/arm.c    2013-09-17 14:29:45.632457018
>> +0800
>>> +++ pr58423/gcc/config/arm/arm.c    2013-09-18 14:34:24.708892318 +0800
>>> @@ -17645,8 +17645,8 @@
>>>                 mem = gen_frame_mem (DImode, stack_pointer_rtx);
>>>
>>>               tmp = gen_rtx_SET (DImode, gen_rtx_REG (DImode, j), mem);
>>> -            RTX_FRAME_RELATED_P (tmp) = 1;
>>>               tmp = emit_insn (tmp);
>>> +        RTX_FRAME_RELATED_P (tmp) = 1;
>>
>> The indent doesn't seem right.
> 
> Thanks for the comments. My gmail server changes "tab" to "4 spaces".
> 
> Recreate the patch to remove "tab" and use attachment to make sure no other
> automatic changes.
> 

Please fix your mailer.  The GNU coding standard uses hard tabs and
gratuitous changes to the white space are a pain to deal with.

R.


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