]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/36977 (Incorrect debug info for stack variables with stack alignment)
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 31 Jul 2008 21:28:54 +0000 (21:28 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 31 Jul 2008 21:28:54 +0000 (14:28 -0700)
commitd2d93c32dc020c143ca5ffc8b72969cbef530778
tree5b5de8d55327239ef11486dfd02ce87e62a4f059
parentc983efcec6d1d022c5ec6cd0f3ff4c0126a0e415
re PR debug/36977 (Incorrect debug info for stack variables with stack alignment)

2008-07-31  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.

From-SVN: r138438
gcc/ChangeLog
gcc/cfgexpand.c
gcc/dwarf2out.c
gcc/function.h