tree.c: (last_annotated_node): Use sources_locus typedef.
authorPer Bothner <per@bothner.com>
Mon, 15 May 2006 23:16:27 +0000 (16:16 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 15 May 2006 23:16:27 +0000 (16:16 -0700)
* tree.c: (last_annotated_node): Use sources_locus typedef.
This permits bootstrapping with --enable-mapped-location.

From-SVN: r113804

gcc/ChangeLog
gcc/tree.c

index 06ecba3c4e46634bced5d06212376b56dacfd67b..20c530286f6963dd0a431da7efc1cc3c70c1db50 100644 (file)
@@ -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
index 81803481710c3a520cb41c24100f9663f3368585..207df8403431ee810ab33bfa7fc6a38a7f49dec4 100644 (file)
@@ -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