https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |ASSIGNED Resolution|FIXED |--- --- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Martin Liška from comment #5) > (In reply to Paolo Carlini from comment #4) > > Done. Somebody should however look into linemap_location_before_p & co a bit > > more, because frankly my patchlet should not have caused a problem, likely > > it just uncovered a latent issue of some sort: it simply uses min_location, > > which, in turn, only calls linemap_location_before_p when both the passed > > locations are != UNKNOWN_LOCATION, thus safe AFAICS. > > David, can you please take a look? I'm working on that and I have a patch candidate. Let me test it ..