This is the mail archive of the gcc-patches@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/2001012


!       pr_live = ((pr_initial && GET_CODE (pr_initial) == REG)
                 ? REGNO (pr_initial) != (PR_REG) : regs_ever_live[PR_REG]);

If pr_initial is set, we already know that regs_ever_live[PR_REG] is nonzero.
The test for REG should rather be combined with the test of REGNO.

-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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