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

Re: -O0 dead code


> It sounds good to me, IFF you can be sure to *not* eliminate
> code that one would expect to see from a debugger.  If it is

If it has a line number, we must anticipate that somebody wants to jump to
this line in the debugger.  So we'd have to treat line number notes
as labels.

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