Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
daf5afd4
Commit
daf5afd4
authored
Apr 06, 2008
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Apr 06, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
From-SVN: r133959
parent
6c1abb5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/fortran/ChangeLog
+1
-0
gcc/fortran/parse.c
+2
-2
No files found.
gcc/fortran/ChangeLog
View file @
daf5afd4
...
...
@@ -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>
...
...
gcc/fortran/parse.c
View file @
daf5afd4
...
...
@@ -3566,8 +3566,8 @@ loop:
gfc_resolve
(
gfc_current_ns
);
/* Dump the parse tree if requested. */
if
(
gfc_option
.
verbos
e
)
gfc_
show_namespace
(
gfc_current_ns
);
if
(
gfc_option
.
dump_parse_tre
e
)
gfc_
dump_parse_tree
(
gfc_current_ns
,
stdout
);
gfc_get_errors
(
NULL
,
&
errors
);
if
(
s
.
state
==
COMP_MODULE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment