Commit 1fb2fbeb by Per Bothner Committed by Per Bothner

c-opts.c (finish_options): Make the line-number of the <built-in> location 0...


	* c-opts.c (finish_options):  Make the line-number of the <built-in>
	location 0, as assumed elsewhere, rather than 1.

From-SVN: r98685
parent 9c789af2
2005-04-24 Per Bothner <per@bothner.com>
* c-opts.c (finish_options): Make the line-number of the <built-in>
location 0, as assumed elsewhere, rather than 1.
2005-04-24 Kazu Hirata <kazu@cs.umass.edu> 2005-04-24 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-uncprop.c (equiv_stack): Change the type o * tree-ssa-uncprop.c (equiv_stack): Change the type o
......
...@@ -1302,7 +1302,10 @@ finish_options (void) ...@@ -1302,7 +1302,10 @@ finish_options (void)
{ {
size_t i; size_t i;
cpp_change_file (parse_in, LC_RENAME, _("<built-in>")); cb_file_change (parse_in,
linemap_add (&line_table, LC_RENAME, 0,
_("<built-in>"), 0));
cpp_init_builtins (parse_in, flag_hosted); cpp_init_builtins (parse_in, flag_hosted);
c_cpp_builtins (parse_in); c_cpp_builtins (parse_in);
......
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