diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-19 14:45:46 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-19 14:45:46 +0000 |
commit | 178e85ec446bdfaf3936189eefb68cf4d942680e (patch) | |
tree | a8f2ded2b41642c298a011a55e5e3436401129dc | |
parent | 41239eae2fa5fea08fae35bd20e02a9c667a6eed (diff) | |
download | gcc-178e85ec446bdfaf3936189eefb68cf4d942680e.tar.gz |
update BUGS, INSTALL, NEWS, and their sources
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25320 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/f/BUGS | 8 | ||||
-rw-r--r-- | gcc/f/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/f/INSTALL | 8 | ||||
-rw-r--r-- | gcc/f/NEWS | 29 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 4 | ||||
-rw-r--r-- | gcc/f/bugs0.texi | 6 | ||||
-rw-r--r-- | gcc/f/g77install.texi | 6 | ||||
-rw-r--r-- | gcc/f/install0.texi | 9 | ||||
-rw-r--r-- | gcc/f/news.texi | 6 | ||||
-rw-r--r-- | gcc/f/news0.texi | 9 |
10 files changed, 82 insertions, 11 deletions
diff --git a/gcc/f/BUGS b/gcc/f/BUGS index 703393f609a..fff10be10af 100644 --- a/gcc/f/BUGS +++ b/gcc/f/BUGS @@ -1,5 +1,9 @@ -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. diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index c2c6d84aabf..9c206120ac8 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,5 +1,13 @@ 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 diff --git a/gcc/f/INSTALL b/gcc/f/INSTALL index 1ff51d7bcb7..1b1dbb51938 100644 --- a/gcc/f/INSTALL +++ b/gcc/f/INSTALL @@ -1,5 +1,9 @@ -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. diff --git a/gcc/f/NEWS b/gcc/f/NEWS index 1bbefc26f70..946762a7bfe 100644 --- a/gcc/f/NEWS +++ b/gcc/f/NEWS @@ -1,5 +1,9 @@ -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 diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index 584a09e46aa..961b67b6e1f 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -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. diff --git a/gcc/f/bugs0.texi b/gcc/f/bugs0.texi index e8f6d22e339..3b77b018860 100644 --- a/gcc/f/bugs0.texi +++ b/gcc/f/bugs0.texi @@ -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. diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi index 254a617431a..f8904daf2fa 100644 --- a/gcc/f/g77install.texi +++ b/gcc/f/g77install.texi @@ -1,7 +1,11 @@ -@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 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. diff --git a/gcc/f/install0.texi b/gcc/f/install0.texi index bbc8ab5c223..65d0d6b0149 100644 --- a/gcc/f/install0.texi +++ b/gcc/f/install0.texi @@ -1,10 +1,17 @@ +\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. diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 5df7735d5cf..aba8e7a94c0 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -1,7 +1,11 @@ -@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 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. diff --git a/gcc/f/news0.texi b/gcc/f/news0.texi index 8fb85f456da..c485adf048b 100644 --- a/gcc/f/news0.texi +++ b/gcc/f/news0.texi @@ -1,10 +1,17 @@ +\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. |