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, alpha]: Wrap {un,}aligned_store sequence with memory blockages.


On 06/29/2014 11:14 AM, Uros Bizjak wrote:
>    if (MEM_READONLY_P (x))
> +    if (GET_CODE (mem_addr) == AND)
> +      return 1;
>      return 0;

Certainly missing braces here.  But with that fixed the patch looks plausible.
 I'll look at it closer later today.


r~


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