Re: [PATCH] Fix linemap_location_before_p with adhoc locs (PR preprocessor/56824)

2014-02-07 Thread Tom Tromey
Jakub == Jakub Jelinek ja...@redhat.com writes: Jakub Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Ok. Thanks. Tom

[PATCH] Fix linemap_location_before_p with adhoc locs (PR preprocessor/56824)

2014-02-05 Thread Jakub Jelinek
Hi! linemap_location_before_p (which is implemented as a call to linemap_compare_locations) broke with the addition of IS_ADHOC_LOC, because it doesn't look through those and thus can happily compare some 0x8... number to normal locus and expect it to work. Most of the other line-map.c