This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: other/8403: ICE in gcc/testsuite/gcc.c-torture/execute/200101
- From: "Naveen Sharma, Noida" <naveens at noida dot hcltech dot com>
- To: Joern Rennecke <amylaar at onetel dot net dot uk>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 20 Dec 2002 11:28:08 +0530
- Subject: 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.