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]

Your assign_parms changes


On closer look, that's the only one that causes problems with max_parm_reg.

But I don't understand either of them.

The first change (revision 1.469) seems fine: you can store the group even 
if it's a CONCAT, at least I think so.  So I don't understand the second
change (1.472).  But the real problem appears to be that you set DECL_RTL
of a PARM_DECL to a REG (or CONCAT) but never update max_parm_regs.

See my last message for more.


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