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
19d987e2
Commit
19d987e2
authored
26 years ago
by
Craig Burley
Committed by
Craig Burley
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve global/filewide semantic checking
From-SVN: r25319
parent
fad22e3b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
117 additions
and
47 deletions
+117
-47
gcc/f/ChangeLog
+8
-0
gcc/f/global.c
+103
-46
gcc/f/news.texi
+5
-0
gcc/f/version.c
+1
-1
No files found.
gcc/f/ChangeLog
View file @
19d987e2
1999-02-19 Craig Burley <craig@jcb-sc.com>
* global.c (ffeglobal_ref_progunit_): Warn about a function
definition that disagrees with the type of a previous reference.
Improve commentary. Fix a couple of minor bugs. Clean up
some code.
* news.texi: Spread the joy.
1999-02-18 Craig Burley <craig@jcb-sc.com>
* expr.c (ffeexpr_finished_): Disallow non-default INTEGER
...
...
This diff is collapsed.
Click to expand it.
gcc/f/global.c
View file @
19d987e2
This diff is collapsed.
Click to expand it.
gcc/f/news.texi
View file @
19d987e2
...
...
@@ -73,6 +73,11 @@ now are recognized by @code{g77}
as
if
they
ended
in
@samp
{.
for
}
and
@samp
{.
fpp
},
respectively
.
@item
@code
{
g77
}
now
warns
about
a
reference
to
a
function
when
the
corresponding
@emph
{
subsequent
}
function
program
unit
disagrees
with
the
reference
concerning
the
type
of
the
function
.
@item
Improve
documentation
and
indexing
,
including
information
on
Year
2000
(
Y2K
)
compliance
.
@end
itemize
...
...
This diff is collapsed.
Click to expand it.
gcc/f/version.c
View file @
19d987e2
char
*
ffe_version_string
=
"0.5.24-1999021
8
"
;
char
*
ffe_version_string
=
"0.5.24-1999021
9
"
;
This diff is collapsed.
Click to expand it.
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