diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/tree.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06ecba3..20c5302 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-15 Per Bothner <per@bothner.com> + + * tree.c: (last_annotated_node): Use sources_locus typedef. + This permits bootstrapping with --enable-mapped-location. + 2006-05-15 Zdenek Dvorak <dvorakz@suse.cz> PR tree-optimization/26830 @@ -3136,7 +3136,7 @@ build_block (tree vars, tree subblocks, tree supercontext, tree chain) #if 1 /* ! defined(USE_MAPPED_LOCATION) */ /* ??? gengtype doesn't handle conditionals */ -static GTY(()) location_t *last_annotated_node; +static GTY(()) source_locus last_annotated_node; #endif #ifdef USE_MAPPED_LOCATION |