toplev.c (input_file_stack, [...]): Remove.
commit966e8f4d3fa971039cad79e25de0f0cb385a9368
authorTom Tromey <tromey@redhat.com>
Fri, 29 Feb 2008 20:09:05 +0000 (29 20:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 29 Feb 2008 20:09:05 +0000 (29 20:09 +0000)
tree11ac9314a803ee4f351c76ac29b94a265faace5a
parent3cbe0ba6aab8e6310613a7cfc1d153840f210cf7
toplev.c (input_file_stack, [...]): Remove.

gcc
* toplev.c (input_file_stack, input_file_stack_tick, fs_p,
input_file_stack_history, input_file_stack_restored): Remove.
(push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
* input.h (struct file_stack): Remove.
(push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
(input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
Likewise.
* diagnostic.h (struct diagnostic_context) <last_module>: Change
type.
(diagnostic_last_module_changed): Add 'map' argument.
(diagnostic_set_last_function): Likewise.
* diagnostic.c (undiagnostic_report_current_module): Iterate using
line map, not input_file_stack.
* c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
gcc/cp
* parser.c (struct cp_token) <input_file_stack_index>: Remove.
(cp_lexer_get_preprocessor_token): Update.
(cp_lexer_set_source_position_from_token): Don't call
restore_input_file_stack.
* lex.c (cxx_init): Don't use push_srcloc or pop_srcloc.
gcc/testsuite
* g++.dg/warn/pragma-system_header2.C: Ignore "included from"
line.

From-SVN: r132775
gcc/ChangeLog
gcc/c-lex.c
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/parser.c
gcc/diagnostic.c
gcc/diagnostic.h
gcc/input.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/pragma-system_header2.C
gcc/toplev.c