dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc_status_...
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 6 Apr 2008 12:17:33 +0000 (12:17 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 6 Apr 2008 12:17:33 +0000 (12:17 +0000)
commit6c1abb5c58569e9655b1f92fd0d8e9d2e29c9c4f
tree7fa1aa756360ffed20f125a333e3becf3e5e661e
parent1bde5bc4681ac3713d54d6511cfb6000be57114f
dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc_status_char.

* dump-parse-tree.c: Use fprintf, fputs and fputc instead of
gfc_status and gfc_status_char. Remove gfc_ prefix of the gfc_show_*
functions and make them static. Add new gfc_dump_parse_tree
function.
* gfortran.h (gfc_option_t): Rename verbose into dump_parse_tree.
(gfc_status, gfc_status_char): Delete prototypes.
* error.c (gfc_status, gfc_status_char): Remove functions.
* scanner.c (gfc_new_file): Use printf instead of gfc_status.
* options.c (gfc_init_options): Rename verbose into dump_parse_tree.
(gfc_handle_module_path_options): Use gfc_fatal_error instead of
gfc_status and exit.
(gfc_handle_option): Rename verbose into dump_parse_tree.

From-SVN: r133958
gcc/fortran/ChangeLog
gcc/fortran/dump-parse-tree.c
gcc/fortran/error.c
gcc/fortran/gfortran.h
gcc/fortran/options.c
gcc/fortran/scanner.c