Re: SoC Project: Finish USE_MAPPED_LOCATION
Per Bothner <[EMAIL PROTECTED]> writes: > Is this an appropriate SoC project? Yes, certainly. I added a link to gcc's SoC project page (http://gcc.gnu.org/wiki/SummerOfCode). Ian
SoC Project: Finish USE_MAPPED_LOCATION
Is this an appropriate SoC project? Gcc can optionally be configured with --enable-mapped-locations. This sets a conditional USE_MAPPED_LOCATION which changes how line and column numbers are represented in the various data structures. We'd like to switch gcc to use this representation, for vario