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 Sun, Mar 16, 2003 at 03:11:31PM -0500, Daniel Jacobowitz wrote:
> Would putting a "goto label" right before the label move it into the
> control flow enough for this purpose?

No.  The goto will be optimized away.

Hint: there is probably NO WAY to do what you want.  Sort of
by design.  If you find some way to pin a label at a particular
location, we've missed an optimization somewhere and we'll want
to fix that bug.


r~


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