Commit 44422aa3 by Per Bothner Committed by Per Bothner

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
parent e1039697
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> 2006-05-15 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/26830 PR tree-optimization/26830
......
...@@ -3136,7 +3136,7 @@ build_block (tree vars, tree subblocks, tree supercontext, tree chain) ...@@ -3136,7 +3136,7 @@ build_block (tree vars, tree subblocks, tree supercontext, tree chain)
#if 1 /* ! defined(USE_MAPPED_LOCATION) */ #if 1 /* ! defined(USE_MAPPED_LOCATION) */
/* ??? gengtype doesn't handle conditionals */ /* ??? gengtype doesn't handle conditionals */
static GTY(()) location_t *last_annotated_node; static GTY(()) source_locus last_annotated_node;
#endif #endif
#ifdef USE_MAPPED_LOCATION #ifdef USE_MAPPED_LOCATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment