Path: utzoo!yunexus!telly!ddsw1!mcdchg!rutgers!apple!voder!pyramid!oracle!newshost!jdiaz From: jdiaz@hqsun1.oracle.uucp (Jean Marie Diaz) Newsgroups: gnu.gcc.bug Subject: Re: Bugs in GCC 1.31 distribution Message-ID: Date: 23 Nov 88 00:26:51 GMT Article-I.D.: hqsun1.JDIAZ.88Nov22162651 References: Sender: news@oracle.uucp Distribution: gnu Organization: Oracle Corporation, Belmont, CA Lines: 40 In-reply-to: jdiaz@hqsun1.oracle.uucp's message of 22 Nov 88 23:56:28 GMT (mind is clearly not in gear today --) Also, using GCC 1.30 to bootstrap GCC 1.31 on a Sun3 running SunOS4.0 works fine. Please ignore my previous assertion to the contrary. AMBAR ambar%oracle.uucp@hplabs.hp.com {hplabs,pyramid}!oracle!ambar *** global-alloc.c~ Tue Nov 22 15:36:45 1988 --- global-alloc.c Tue Nov 22 15:36:20 1988 *************** *** 944,950 **** reg_allocno[src_regno], dest_regno); SET_HARD_REG_BIT (regs_someone_prefers, dest_regno); } ! if (src_regno < FIRST_PSEUDO_REGISTER && dest_regno >= FIRST_PSEUDO_REGISTER && reg_allocno[dest_regno] >= 0) { --- 944,950 ---- reg_allocno[src_regno], dest_regno); SET_HARD_REG_BIT (regs_someone_prefers, dest_regno); } ! } if (src_regno < FIRST_PSEUDO_REGISTER && dest_regno >= FIRST_PSEUDO_REGISTER && reg_allocno[dest_regno] >= 0) { *************** *** 957,962 **** --- 957,966 ---- reg_allocno[dest_regno], src_regno); SET_HARD_REG_BIT (regs_someone_prefers, src_regno); } + } + } + + /* Print debugging trace information if -greg switch is given, showing the information on which the allocation decisions are based. */