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]

RE: other/8403: ICE in gcc/testsuite/gcc.c-torture/execute/200101


> No, it should rather be:
>         pr_live = (pr_initial
> ! 		 ? (GET_CODE (pr_initial) != REG
> ! 		    || REGNO (pr_initial) != (PR_REG))
> ! 		 : regs_ever_live[PR_REG]);

Ok, I see my choice wouldn't handle pr_initial being MEM
correctly. 
Thanks for pointing out.
 
Best Regards,
  Naveen Sharma.


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