From: Per Bothner Date: Mon, 15 May 2006 23:16:27 +0000 (-0700) Subject: tree.c: (last_annotated_node): Use sources_locus typedef. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44422aa3fe2788a050d26842eaf000fde4de71cd;p=gcc.git tree.c: (last_annotated_node): Use sources_locus typedef. * tree.c: (last_annotated_node): Use sources_locus typedef. This permits bootstrapping with --enable-mapped-location. From-SVN: r113804 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06ecba3c4e4..20c530286f6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-15 Per Bothner + + * tree.c: (last_annotated_node): Use sources_locus typedef. + This permits bootstrapping with --enable-mapped-location. + 2006-05-15 Zdenek Dvorak PR tree-optimization/26830 diff --git a/gcc/tree.c b/gcc/tree.c index 81803481710..207df840343 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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