OSDN Git Service

* tree.c: (last_annotated_node): Use sources_locus typedef.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2006 23:16:27 +0000 (23:16 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2006 23:16:27 +0000 (23:16 +0000)
This permits bootstrapping with --enable-mapped-location.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113804 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 06ecba3..20c5302 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 8180348..207df84 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