This is the mail archive of the gcc-bugs@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]

Re: optimization/2903: Optimization bug with long long arithmetic


> The tail end portion of the patch causes a build error.  I am building
> the compiler now without it and will let you know if it works.
> 
> ***************
> *** 9236,9243 ****
>   
>   ;; V5E instructions.
>   
> ! (define_insn "prefetch"
> !   [(unspec_volatile
>       [(match_operand:SI 0 "offsettable_memory_operand" "o")]
> VUNSPEC_PREFETCH)]    "TARGET_ARM && arm_arch5e"
>     "pld\\t%0")
> --- 9236,9242 ----
>   
>   ;; V5E instructions.
>   
> ! (define_insn "ppec_volatile
>       [(match_operand:SI 0 "offsettable_memory_operand" "o")]
> VUNSPEC_PREFETCH)]    "TARGET_ARM && arm_arch5e"
>     "pld\\t%0")
> 

I've no idea where that came from.  It certainly isn't a change I remember 
making, and it is definitely wrong anyway.

Thanks for pointing out the problem.

R


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