r196411 - in /trunk/gcc/fortran: ChangeLog Make...
mikael@gcc.gnu.org
mikael@gcc.gnu.org
Sun Mar 3 17:16:00 GMT 2013
Author: mikael
Date: Sun Mar 3 17:16:42 2013
New Revision: 196411
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196411
Log:
fortran/
* Make-lang.in (F95_PARSER_OBJS): Add dependency to vec.h.
* gfortran.h: Include vec.h.
(gfc_undo_change_set): New struct.
* symbol.c (tentative_tbp): Remove struct.
(changed_syms, tentative_tbp_list): Remove variables.
(default_undo_chgset_var, latest_undo_chgset): New variables.
(save_symbol_data, gfc_get_sym_tree, gfc_undo_symbols,
gfc_commit_symbols, gfc_commit_symbol,
gfc_enforce_clean_symbol_state, gfc_get_typebound_proc):
Use latest_undo_chgset instead of changed_syms and tentative_tbp_list.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/Make-lang.in
trunk/gcc/fortran/gfortran.h
trunk/gcc/fortran/symbol.c
More information about the Gcc-cvs
mailing list