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]
Other format: [Raw text]

[Bug rtl-optimization/55247] [4.8 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55247

--- Comment #7 from Uros Bizjak <ubizjak at gmail dot com> 2012-11-10 09:15:32 UTC ---
(In reply to comment #2)
> (define_insn "*movti_internal_rex64"
>   [(set (match_operand:TI 0 "nonimmediate_operand" "=!r ,!o  ,x,x ,m")
>         (match_operand:TI 1 "general_operand"      "riFo,riF,C,xm,x"))]
>   "TARGET_64BIT && !(MEM_P (operands[0]) && MEM_P (operands[1]))"
> 
> Uros, is this change ok for you?  If it is ok I can commit the patch only on
> Wednesday (I'll be away for a few days).

Yes, the change looks correct to me. I'll take care of the patch.


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