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


Hello,

> On 4/30/07, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> >Then look at how this is used in disband_implicit_edges.
> 
> ...which was recently removed by Zdenek.  I think this may have caused
> additional bugs like PR29609.  Zdenek, did you run the GDB test suite
> with a compiler that had your patch to remove disband_implicit_edges?

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.

Zdenek


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