This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Your assign_parms changes
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dje at watson dot ibm dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 17 Dec 03 19:10:56 EST
- Subject: 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.