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] | |
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.
Gr. Steven
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |