This patch does not break the regression test. And because the final assembly is emitted with "expand_location" instead of "expand_location_to_spelling_point", thus when we check same_line_p, it should also reflect this.
Dehao On Mon, Jul 1, 2013 at 4:28 PM, Cary Coutant <ccout...@google.com> wrote: >> This patch replaces expand_location_to_spelling_point with >> expand_location so that macros will not be expanded. > > I'm confused. Doesn't this just undo the fix you made a month ago? How > does this not break discriminator assignment? > > -cary