This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problem with DECL_RTL in assign_parms
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Wed, 17 Dec 03 18:37:27 EST
- Subject: Problem with DECL_RTL in assign_parms
There appear to be at least two places where DECL_RTL is set to a
pseudoreg while max_parm_reg is not updated to reflect that operation.
This causes a subtle memory corruption problem which I see when turning
on inlining for Ada on x86-64. Does anybody know anything about this?