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
a2f0e34d
Commit
a2f0e34d
authored
May 14, 2004
by
Tobias Schlüter
Committed by
Tobias Schlüter
May 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* match.c (gfc_match): Eliminate dead code.
From-SVN: r81846
parent
5b5afddf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/match.c
+0
-9
No files found.
gcc/fortran/ChangeLog
View file @
a2f0e34d
2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* match.c (gfc_match): Eliminate dead code.
2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* parse.c (gfc_statement_next_fixed): (Change from Andy's tree)
Detect bad continuation line in fixed form sources.
...
...
gcc/fortran/match.c
View file @
a2f0e34d
...
...
@@ -764,13 +764,6 @@ not_yes:
matches
++
;
break
;
/* Skip */
case
'I'
:
case
'L'
:
case
'C'
:
if
(
*
p
++
==
'e'
)
goto
undo_expr
;
break
;
/* Matches that don't have to be undone */
case
'o'
:
case
'l'
:
...
...
@@ -780,9 +773,7 @@ not_yes:
break
;
case
'e'
:
case
'E'
:
case
'v'
:
undo_expr:
vp
=
va_arg
(
argp
,
void
**
);
gfc_free_expr
(
*
vp
);
*
vp
=
NULL
;
...
...
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