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

[Bug debug/36977] Incorrect debug info for stack variables with stack alignment



------- Comment #4 from hjl at gcc dot gnu dot org  2008-07-31 21:30 -------
Subject: Bug 36977

Author: hjl
Date: Thu Jul 31 21:28:54 2008
New Revision: 138438

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138438
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/function.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36977


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