mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 10:20:39 +08:00
* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
From-SVN: r133959
This commit is contained in:
parent
6c1abb5c58
commit
daf5afd48f
@ -12,6 +12,7 @@
|
||||
(gfc_handle_module_path_options): Use gfc_fatal_error instead of
|
||||
gfc_status and exit.
|
||||
(gfc_handle_option): Rename verbose into dump_parse_tree.
|
||||
* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
|
||||
|
||||
2008-04-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
@ -3566,8 +3566,8 @@ loop:
|
||||
gfc_resolve (gfc_current_ns);
|
||||
|
||||
/* Dump the parse tree if requested. */
|
||||
if (gfc_option.verbose)
|
||||
gfc_show_namespace (gfc_current_ns);
|
||||
if (gfc_option.dump_parse_tree)
|
||||
gfc_dump_parse_tree (gfc_current_ns, stdout);
|
||||
|
||||
gfc_get_errors (NULL, &errors);
|
||||
if (s.state == COMP_MODULE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user