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]

Re: DWARF2 bugs debug/10000 to debug/10005


On Sat, Mar 08, 2003 at 11:50:06AM -0300, Werner Almesberger wrote:
> The bugs that are the most worrysome for me are the ones that cause
> breakpoints to be silently skipped, e.g. debug/10002 (labels get
> moved out of the code path), because this will confuse scripts.

Labels that are not actively involved with control flow will have
no fixed anchor, and will float about somewhat randomly.  This can't
be helped without severely pessimizing code generation.


r~


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