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/32445] no debug information for loop counters



------- Comment #3 from drow at gcc dot gnu dot org  2007-07-02 14:48 -------
Subject: Re:  no debug information for loop counters

On Sun, Jun 24, 2007 at 04:07:01AM -0000, pinskia at gcc dot gnu dot org wrote:
> On the mainline, we have ivtmp.33 going from 1 to 101 so it does not equal the
> same as what i is.

For integers, we could still express the value of 'i' in DWARF when
this happens using expressions.  At least in DWARF-3.


-- 


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


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