This is the mail archive of the gcc-patches@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: [PATCH] Fix PR 29609, being able to set a breakpoint on goto/continue/break


On 4/30/07, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:
no; nevertheless, I added the call to set_curr_insn_source_location
to expand_gimple_basic_block, so hopefully everything should work more
or less as before.

It really doesn't. It probably did with your patch: you emitted line notes after the jumps. Honza changed that to call set_curr_insn_source_location, but that is a NOP when the next expanded expression has its own locus.

I'm working on a patch.

Gr.
Steven


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