------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-20 20:09 ------- Subject: Bug 19124
CVSROOT: /cvs/gcc Module name: gcc Changes by: [EMAIL PROTECTED] 2005-01-20 20:09:23 Modified files: gcc : ChangeLog dwarf2out.c Log message: 2005-01-20 Daniel Berlin <[EMAIL PROTECTED]> Fix PR debug/19124 * dwarf2out.c (concat_loc_descriptor): We don't know we can use fbreg, so we have to assume we can't. (loc_descriptor_from_tree_1): Ditto. (containing_function_has_frame_base): New function. (add_location_or_const_value_attribute): Use it. Also try to generate a frame_base from a single element location list. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7205&r2=2.7206 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.567&r2=1.568 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19124