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
a174b2f8
Commit
a174b2f8
authored
Sep 09, 2005
by
Richard Sandiford
Committed by
Richard Sandiford
Sep 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* match.h (gfc_match_equiv_variable): Declare.
From-SVN: r104080
parent
9b79bf13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/match.h
+1
-0
No files found.
gcc/fortran/ChangeLog
View file @
a174b2f8
2005-09-09 Richard Sandiford <richard@codesourcery.com>
* match.h (gfc_match_equiv_variable): Declare.
2005-09-09 Richard Sandiford <richard@codesourcery.com>
PR fortran/19239
* Makefile.in (fortran/trans-expr.o): Depend on dependency.h.
* dependency.h (gfc_ref_needs_temporary_p): Declare.
...
...
gcc/fortran/match.h
View file @
a174b2f8
...
...
@@ -129,6 +129,7 @@ match gfc_match_target (void);
match
gfc_match_structure_constructor
(
gfc_symbol
*
,
gfc_expr
**
);
match
gfc_match_rvalue
(
gfc_expr
**
);
match
gfc_match_variable
(
gfc_expr
**
,
int
);
match
gfc_match_equiv_variable
(
gfc_expr
**
);
match
gfc_match_actual_arglist
(
int
,
gfc_actual_arglist
**
);
match
gfc_match_literal_constant
(
gfc_expr
**
,
int
);
...
...
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