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]);

And tabs have to preserved, too.


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