This is the mail archive of the gcc-patches@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]

Re: better common debug info


On Sun, Mar 14, 1999 at 12:18:34PM -0800, Richard Henderson wrote:
>     decl = start_decl (decl, FALSE);
>   
> !   /* Force this variable to live within the common block.  */
> !   DECL_RTL (decl) = change_address (DECL_RTL (aggr), TYPE_MODE (member_type),
> ! 				    plus_constant (XEXP (DECL_RTL (aggr), 0),
> ! 						   offset));

Actually, these two calls should be reversed, otherwise
we'll end up allocating stack space for the variables too.


r~


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