This is the mail archive of the gcc@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: question regarding regrename and failure of 950704-1.c on main


> It's got to be merely exposing a latent problem.  Dig deeper.  Again,
> why do we have reg:di 22 and reg:di 23.  That's simply wrong.

The problem comes in the register rename pass.  The selection of di 22
in the reload pass is ok since di 23 is dead.  Di 23 is copied initially
to di 2.  However, the rename pass eliminates the copy and substitutes
di 23 into the insn setting di 22.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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