OSDN Git Service

2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2004 18:01:04 +0000 (18:01 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2004 18:01:04 +0000 (18:01 +0000)
commitfe003eefe0694817968525ba1fbfa3d59d3df4a2
treee33d1b38d11a8333dffcfecf71694f657a8f5d8d
parent948e2d4ae74e230e25cec346d0c95b0cc4224d72
2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Andrew Vaught  <andyv@firstinter.net>

* gfortran.h (gfc_gsymbol): New typedef.
(gfc_gsym_root): New variable.
(gfc_get_gsymbol, gfc_find_gsym): New prototypes.
* parse.c (global_used): New function.
(parse_block_data): Check for double empty BLOCK DATA,
use global symbol table.
(parse_module): Use global symbol table.
(add_global_procedure, add_global_program): New functions.
(gfc_parse_file): Use global symbol table.
* symbol.c (gfc_gsym_root): New variable.
(gfc_find_gsym, gsym_compare, gfc_get_gsymbol): New
functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83868 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/parse.c
gcc/fortran/symbol.c