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]

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?


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