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/32444] missing debug information for structure components with optimized code



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-06-21 09:01 -------
First temp is SRA'd so the debugging info should be correct unless tracking is
wrong.  Second iv-opts is messing up the debuging info for i by creating a new
variable.

I think this is a feature we would like to support but is not something we need
to support that well.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Summary|missing debug information   |missing debug information
                   |for structure components    |for structure components
                   |                            |with optimized code


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


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