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: Joern Rennecke <amylaar at onetel dot net dot uk>
- To: naveens at noida dot hcltech dot com (Naveen Sharma Noida)
- Cc: joern dot rennecke at superh dot com (Joern Rennecke), gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 20 Dec 2002 05:43:33 +0000 (GMT)
- 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]);
And tabs have to preserved, too.