Hi Dodji, On Mon, 17 Oct 2011, Dodji Seketeli wrote: > This is the first instalment of a set which goal is to track locations > of tokens across macro expansions. Tom Tromey did the original work > and attached the patch to PR preprocessor/7263. This opus is a > derivative of that original work.
this looks like it's causing the following bootstrap failure for me on i386-unknown-freebsd9.0? /scratch/tmp/gerald/gcc-HEAD/gcc/input.c: In function 'void dump_line_table_stat istics()': /scratch/tmp/gerald/gcc-HEAD/gcc/input.c:103:33: error: format '%lu' expects arg ument of type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}' [-Werror=format] Gerald