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
cea0198e
Commit
cea0198e
authored
26 years ago
by
Craig Burley
Committed by
Craig Burley
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update BUGS, INSTALL, NEWS, and their sources
From-SVN: r25320
parent
19d987e2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
82 additions
and
11 deletions
+82
-11
gcc/f/BUGS
+6
-2
gcc/f/ChangeLog
+8
-0
gcc/f/INSTALL
+6
-2
gcc/f/NEWS
+27
-2
gcc/f/bugs.texi
+4
-0
gcc/f/bugs0.texi
+5
-1
gcc/f/g77install.texi
+5
-1
gcc/f/install0.texi
+8
-1
gcc/f/news.texi
+5
-1
gcc/f/news0.texi
+8
-1
No files found.
gcc/f/BUGS
View file @
cea0198e
This file lists known bugs in the GNU Fortran compiler. Copyright (C)
1995, 1996 Free Software Foundation, Inc. You may copy, distribute,
NOTE: This file is automatically generated from the files `bugs0.texi'
and `bugs.texi'. `BUGS' is *not* a source file, although it is
normally included within source distributions.
This file lists known bugs in the GNU Fortran compiler. Copyright
(C) 1995-1998 Free Software Foundation, Inc. You may copy, distribute,
and modify it freely as long as you preserve this copyright notice and
permission notice.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/ChangeLog
View file @
cea0198e
1999-02-19 Craig Burley <craig@jcb-sc.com>
* bugs0.texi, bugs.texi, install0.texi, g77install.texi,
news0.texi, news.texi: Update copyright dates.
Clarify which files are source, which are derived,
and remind maintainers where copyright dates are sourced.
* BUGS, INSTALL, NEWS: Regenerated.
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
...
...
This diff is collapsed.
Click to expand it.
gcc/f/INSTALL
View file @
cea0198e
This file contains installation information for the GNU Fortran
compiler. Copyright (C) 1995, 1996 Free Software Foundation, Inc. You
NOTE: This file is automatically generated from the files
`install0.texi' and `g77install.texi'. `INSTALL' is *not* a source
file, although it is normally included within source distributions.
This file contains installation information for the GNU Fortran
compiler. Copyright (C) 1995-1998 Free Software Foundation, Inc. You
may copy, distribute, and modify it freely as long as you preserve this
copyright notice and permission notice.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/NEWS
View file @
cea0198e
This file lists recent changes to the GNU Fortran compiler. Copyright
(C) 1995, 96, 97, 1998 Free Software Foundation, Inc. You may copy,
NOTE: This file is automatically generated from the files `news0.texi'
and `news.texi'. `NEWS' is *not* a source file, although it is
normally included within source distributions.
This file lists recent changes to the GNU Fortran compiler.
Copyright (C) 1995-1999 Free Software Foundation, Inc. You may copy,
distribute, and modify it freely as long as you preserve this copyright
notice and permission notice.
...
...
@@ -38,6 +42,24 @@ clarify how they differ from other versions, though this can make
getting a complete picture of what a particular `egcs' version contains
somewhat more difficult.
In `egcs' 1.2:
==============
* Fix `g77' so it no longer crashes when compiling I/O statements
with `IOSTAT=J', where J is other than default `INTEGER' (such as
`INTEGER*2'). Instead, it issues a diagnostic.
* Source file names with the suffixes `.FOR' and `.FPP' now are
recognized by `g77' as if they ended in `.for' and `.fpp',
respectively.
* `g77' now warns about a reference to a function when the
corresponding *subsequent* function program unit disagrees with
the reference concerning the type of the function.
* Improve documentation and indexing, including information on Year
2000 (Y2K) compliance.
In 0.5.24 and `egcs' 1.1.1 (versus 0.5.23 and 1.1):
===================================================
...
...
@@ -193,6 +215,9 @@ In 0.5.24 and `egcs' 1.1 (versus 0.5.23):
* `g77' no longer crashes when compiling code containing
specification statements such as `INTEGER(KIND=7) PTR'.
* `g77' no longer crashes when compiling code such as `J = SIGNAL(1,
2)'.
* `g77' now treats `%LOC(EXPR)' and `LOC(EXPR)' as "ordinary"
expressions when they are used as arguments in procedure calls.
This change applies only to global (filewide) analysis, making it
...
...
This diff is collapsed.
Click to expand it.
gcc/f/bugs.texi
View file @
cea0198e
...
...
@@ -2,6 +2,10 @@
@c
This
is
part
of
the
G77
manual
.
@c
For
copying
conditions
,
see
the
file
g77
.
texi
.
@c
When
changing
the
above
copyright
notice
,
be
sure
to
@c
change
the
one
in
`
bugs0
.
texi
'
accordingly
,
to
effect
@c
the
change
in
the
derived
file
`
BUGS
'
.
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/bugs0.texi
View file @
cea0198e
...
...
@@ -6,8 +6,12 @@
@c The immediately following lines apply to the BUGS file
@c which is generated using this file.
NOTE: This file is automatically generated from the files
`bugs0.texi' and `bugs.texi'. `BUGS' is *not* a source file,
although it is normally included within source distributions.
This file lists known bugs in the GNU Fortran compiler.
Copyright (C) 1995
, 1996
Free Software Foundation, Inc.
Copyright (C) 1995
-1998
Free Software Foundation, Inc.
You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/g77install.texi
View file @
cea0198e
@c
Copyright
(
C
)
1995
-
199
7
Free
Software
Foundation
,
Inc
.
@c
Copyright
(
C
)
1995
-
199
8
Free
Software
Foundation
,
Inc
.
@c
This
is
part
of
the
G77
manual
.
@c
For
copying
conditions
,
see
the
file
g77
.
texi
.
@c
When
changing
the
above
copyright
notice
,
be
sure
to
@c
change
the
one
in
`
install0
.
texi
'
accordingly
,
to
effect
@c
the
change
in
the
derived
file
`
INSTALL
'
.
@c
The
text
of
this
file
appears
in
the
file
INSTALL
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/install0.texi
View file @
cea0198e
\input
texinfo @c -*-texinfo-*-
@c
%**start of header
@setfilename INSTALL
@set INSTALLONLY
@c
%**end of header
@c The immediately following lines apply to the INSTALL file
@c which is generated using this file.
NOTE: This file is automatically generated from the files
`install0.texi' and `g77install.texi'. `INSTALL' is *not* a source
file, although it is normally included within source distributions.
This file contains installation information for the GNU Fortran compiler.
Copyright (C) 1995
, 1996
Free Software Foundation, Inc.
Copyright (C) 1995
-1998
Free Software Foundation, Inc.
You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/news.texi
View file @
cea0198e
@c
Copyright
(
C
)
1995
-
199
7
Free
Software
Foundation
,
Inc
.
@c
Copyright
(
C
)
1995
-
199
9
Free
Software
Foundation
,
Inc
.
@c
This
is
part
of
the
G77
manual
.
@c
For
copying
conditions
,
see
the
file
g77
.
texi
.
@c
When
changing
the
above
copyright
notice
,
be
sure
to
@c
change
the
one
in
`
news0
.
texi
'
accordingly
,
to
effect
@c
the
change
in
the
derived
file
`
NEWS
'
.
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/news0.texi
View file @
cea0198e
\input
texinfo @c -*-texinfo-*-
@c
%**start of header
@setfilename NEW
@set NEWSONLY
@c
%**end of header
@c The immediately following lines apply to the NEWS file
@c which is generated using this file.
NOTE: This file is automatically generated from the files
`news0.texi' and `news.texi'. `NEWS' is *not* a source file,
although it is normally included within source distributions.
This file lists recent changes to the GNU Fortran compiler.
Copyright (C) 1995
, 1996
Free Software Foundation, Inc.
Copyright (C) 1995
-1999
Free Software Foundation, Inc.
You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice.
...
...
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