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]

[Bug target/13186] [3.4 Regression] [PPC] Internal compiler error in reload.c


------- Additional Comments From rsandifo at redhat dot com  2003-11-26 20:02 -------
Subject: Re:  [3.4 Regression] [PPC] Internal compiler error in reload.c

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> (reg 13) is always a GPR but in this case it is acting like a FPR.

Not sure what you mean.  The point is that both reg_names[13] and
reg_names[45] are "13", so a (reg 13) in the debugging dumps can be
either register 13 (a GPR) or register 45 (an FPR).  In this case
(reg 13) == register 45.

Richard


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13186


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