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] PR 45335 Use ldrd and strd to access two consecutive words


Hi Carrot,

I just found your patch is not in a good format. See the following piece of it:

On 01/18/2011 10:59 PM, Carrot Wei wrote:
+      /* TARGET_ARM  */
+      if (((regno1&  1) == 0)&&  ((regno1 + 1) == regno2))
/* ldrd  */
+	return true;
+

The "/* ldrd */" line is bad and patch reports an error for it. There are several other similar cases. So the patch can't be applied easily. Could you resend your patch, in a good format?



Regards, -- Jie Zhang


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