This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: PR debug/36977: Incorrect debug info for stack variables with stack alignment
- From: Ian Lance Taylor <iant at google dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: jason at redhat dot com, gcc-patches at gcc dot gnu dot org, Joey Ye <joey dot ye at intel dot com>, Xuepeng Guo <xuepeng dot guo at intel dot com>
- Date: Thu, 31 Jul 2008 13:50:49 -0700
- Subject: Re: PATCH: PR debug/36977: Incorrect debug info for stack variables with stack alignment
- References: <20080730161055.GA21664@lucon.org> <20080731035047.GA9138@lucon.org>
"H.J. Lu" <hjl.tools@gmail.com> writes:
> 2008-07-30 H.J. Lu <hongjiu.lu@intel.com>
>
> PR debug/36977
> * cfgexpand.c (expand_stack_alignment): Set stack_realign_tried.
>
> * dwarf2out.c (based_loc_descr): Check crtl->stack_realign_tried
> for stack alignment.
>
> * function.h (rtl_data): Add stack_realign_tried. Update
> comments.
This is OK.
Thanks.
Ian