This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -O0 dead code
- To: Bruce Korb <bkorb at sco dot COM>
- Subject: Re: -O0 dead code
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Tue, 8 Aug 2000 18:21:39 +0100 (BST)
- CC: Richard Henderson <rth at cygnus dot com>, law at cygnus dot com, gcc at gcc dot gnu dot org
> 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.