Commit cea0198e by Craig Burley Committed by Craig Burley

update BUGS, INSTALL, NEWS, and their sources

From-SVN: r25320
parent 19d987e2
This file lists known bugs in the GNU Fortran compiler. Copyright (C) NOTE: This file is automatically generated from the files `bugs0.texi'
1995, 1996 Free Software Foundation, Inc. You may copy, distribute, 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 and modify it freely as long as you preserve this copyright notice and
permission notice. permission notice.
......
1999-02-19 Craig Burley <craig@jcb-sc.com> 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 * global.c (ffeglobal_ref_progunit_): Warn about a function
definition that disagrees with the type of a previous reference. definition that disagrees with the type of a previous reference.
Improve commentary. Fix a couple of minor bugs. Clean up Improve commentary. Fix a couple of minor bugs. Clean up
......
This file contains installation information for the GNU Fortran NOTE: This file is automatically generated from the files
compiler. Copyright (C) 1995, 1996 Free Software Foundation, Inc. You `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 may copy, distribute, and modify it freely as long as you preserve this
copyright notice and permission notice. copyright notice and permission notice.
......
This file lists recent changes to the GNU Fortran compiler. Copyright NOTE: This file is automatically generated from the files `news0.texi'
(C) 1995, 96, 97, 1998 Free Software Foundation, Inc. You may copy, 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 distribute, and modify it freely as long as you preserve this copyright
notice and permission notice. notice and permission notice.
...@@ -38,6 +42,24 @@ clarify how they differ from other versions, though this can make ...@@ -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 getting a complete picture of what a particular `egcs' version contains
somewhat more difficult. 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): 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): ...@@ -193,6 +215,9 @@ In 0.5.24 and `egcs' 1.1 (versus 0.5.23):
* `g77' no longer crashes when compiling code containing * `g77' no longer crashes when compiling code containing
specification statements such as `INTEGER(KIND=7) PTR'. 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" * `g77' now treats `%LOC(EXPR)' and `LOC(EXPR)' as "ordinary"
expressions when they are used as arguments in procedure calls. expressions when they are used as arguments in procedure calls.
This change applies only to global (filewide) analysis, making it This change applies only to global (filewide) analysis, making it
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
@c This is part of the G77 manual. @c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi. @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 The text of this file appears in the file BUGS
@c in the G77 distribution, as well as in the G77 manual. @c in the G77 distribution, as well as in the G77 manual.
......
...@@ -6,8 +6,12 @@ ...@@ -6,8 +6,12 @@
@c The immediately following lines apply to the BUGS file @c The immediately following lines apply to the BUGS file
@c which is generated using this 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. 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 You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice. this copyright notice and permission notice.
......
@c Copyright (C) 1995-1997 Free Software Foundation, Inc. @c Copyright (C) 1995-1998 Free Software Foundation, Inc.
@c This is part of the G77 manual. @c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi. @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 The text of this file appears in the file INSTALL
@c in the G77 distribution, as well as in the G77 manual. @c in the G77 distribution, as well as in the G77 manual.
......
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename INSTALL @setfilename INSTALL
@set INSTALLONLY @set INSTALLONLY
@c %**end of header
@c The immediately following lines apply to the INSTALL file @c The immediately following lines apply to the INSTALL file
@c which is generated using this 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. 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 You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice. this copyright notice and permission notice.
......
@c Copyright (C) 1995-1997 Free Software Foundation, Inc. @c Copyright (C) 1995-1999 Free Software Foundation, Inc.
@c This is part of the G77 manual. @c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi. @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 The text of this file appears in the file BUGS
@c in the G77 distribution, as well as in the G77 manual. @c in the G77 distribution, as well as in the G77 manual.
......
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename NEW @setfilename NEW
@set NEWSONLY @set NEWSONLY
@c %**end of header
@c The immediately following lines apply to the NEWS file @c The immediately following lines apply to the NEWS file
@c which is generated using this 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. 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 You may copy, distribute, and modify it freely as long as you preserve
this copyright notice and permission notice. this copyright notice and permission notice.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment