diff options
author | Paul Brook <paul@codesourcery.com> | 2004-08-25 21:18:35 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-25 21:18:35 +0000 |
commit | 75101febd89c94bf6a9ddca6742879af9044c1c4 (patch) | |
tree | f24c4a3124712653a51e07c1448d69f796b6af71 /gcc | |
parent | 9ca2b0db5726c53623f356754e5cc46985e7eaf8 (diff) | |
download | gcc-75101febd89c94bf6a9ddca6742879af9044c1c4.zip gcc-75101febd89c94bf6a9ddca6742879af9044c1c4.tar.gz gcc-75101febd89c94bf6a9ddca6742879af9044c1c4.tar.bz2 |
config-lang.in: Remove dead commented line.
* config-lang.in: Remove dead commented line.
* module.c: Replace g95 with gfortran in comment.
From-SVN: r86582
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/config-lang.in | 2 | ||||
-rw-r--r-- | gcc/fortran/module.c | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dd6b48e..0d5e262 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,10 @@ 2004-08-25 Paul Brook <paul@codesourcery.com> + * config-lang.in: Remove dead commented line. + * module.c: Replace g95 with gfortran in comment. + +2004-08-25 Paul Brook <paul@codesourcery.com> + PR fortran/17190 * arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug. diff --git a/gcc/fortran/config-lang.in b/gcc/fortran/config-lang.in index c638dcb..c363509 100644 --- a/gcc/fortran/config-lang.in +++ b/gcc/fortran/config-lang.in @@ -18,5 +18,3 @@ gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir need_gmp="yes" -#outputs=g95/Makefile - diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index cd41e66..5fabcb0 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -21,7 +21,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The syntax of g95 modules resembles that of lisp lists, ie a +/* The syntax of gfortran modules resembles that of lisp lists, ie a sequence of atoms, which can be left or right parenthesis, names, integers or strings. Parenthesis are always matched which allows us to skip over sections at high speed without having to know |