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 middle-end/37813] assert with IRA_COVER_CLASSES with singleton



------- Comment #3 from hp at gcc dot gnu dot org  2008-10-22 18:02 -------
(In reply to comment #2)
> The problem is in that hard regs (like r10) which have class GENERAL_REGS (from
> REGNO_REG_CLASS) are translated into ACR_REGS.

Oops, I guess I should make that NONACR_REGS; the documentation says the class
should be minimal.  I'll report back on this.


-- 


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


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