diff -Nrcpad gcc-3.4.5/gcc/f/BUGS gcc-3.4.6/gcc/f/BUGS *** gcc-3.4.5/gcc/f/BUGS 2005-12-01 03:55:12.000000000 +0000 --- gcc-3.4.6/gcc/f/BUGS 2006-03-06 03:59:59.000000000 +0000 *************** _Note:_ This file is automatically gener *** 2,8 **** `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 GCC-3.4.4 version of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2004 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you --- 2,8 ---- `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 GCC-3.4.6 version of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2004 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you *************** preserve this copyright notice and permi *** 12,18 **** *************************** This section identifies bugs that `g77' _users_ might run into in ! the GCC-3.4.4 version of `g77'. This includes bugs that are actually in the `gcc' back end (GBE) or in `libf2c', because those sets of code are at least somewhat under the control of (and necessarily intertwined with) `g77', so it isn't worth separating them out. --- 12,18 ---- *************************** This section identifies bugs that `g77' _users_ might run into in ! the GCC-3.4.6 version of `g77'. This includes bugs that are actually in the `gcc' back end (GBE) or in `libf2c', because those sets of code are at least somewhat under the control of (and necessarily intertwined with) `g77', so it isn't worth separating them out. diff -Nrcpad gcc-3.4.5/gcc/f/ChangeLog gcc-3.4.6/gcc/f/ChangeLog *** gcc-3.4.5/gcc/f/ChangeLog 2005-12-01 02:38:34.000000000 +0000 --- gcc-3.4.6/gcc/f/ChangeLog 2006-03-06 03:47:28.000000000 +0000 *************** *** 1,3 **** --- 1,17 ---- + 2006-03-05 Release Manager + + * GCC 3.4.6 released. + + 2006-01-21 Joseph Myers + + * g77spec.c (lang_specific_driver): Update copyright notice date. + + 2005-12-27 Toon Moene + + PR/25494 + * g77.texi: Corrected entry about catching + Floating Point Exceptions. + 2005-11-30 Release Manager * GCC 3.4.5 released. diff -Nrcpad gcc-3.4.5/gcc/f/g77spec.c gcc-3.4.6/gcc/f/g77spec.c *** gcc-3.4.5/gcc/f/g77spec.c 2004-02-20 06:47:11.000000000 +0000 --- gcc-3.4.6/gcc/f/g77spec.c 2006-01-21 18:52:11.000000000 +0000 *************** *** 1,5 **** /* Specific flags and argument handling of the Fortran front-end. ! Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. --- 1,5 ---- /* Specific flags and argument handling of the Fortran front-end. ! Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of GCC. *************** lang_specific_driver (int *in_argc, cons *** 347,353 **** case OPTION_version: printf ("GNU Fortran (GCC) %s\n", version_string); ! printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)")); printf ("\n"); printf (_("\ --- 347,353 ---- case OPTION_version: printf ("GNU Fortran (GCC) %s\n", version_string); ! printf ("Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); printf ("\n"); printf (_("\ diff -Nrcpad gcc-3.4.5/gcc/f/g77.texi gcc-3.4.6/gcc/f/g77.texi *** gcc-3.4.5/gcc/f/g77.texi 2004-05-16 16:29:58.000000000 +0000 --- gcc-3.4.6/gcc/f/g77.texi 2005-12-27 12:09:06.000000000 +0000 *************** trapfpe () *** 9415,9426 **** @} @end smallexample ! A convenient trick is to compile this something like: @smallexample ! gcc -o libtrapfpe.a trapfpe.c @end smallexample ! and then use it by adding @option{-trapfpe} to the @command{g77} command line ! when linking. @node Nonportable Conversions @subsection Nonportable Conversions --- 9415,9427 ---- @} @end smallexample ! Assuming the above source is in file @file{trapfpe.c}, ! then compile this routine as follows: @smallexample ! gcc -c trapfpe.c @end smallexample ! and subsequently use it by adding @file{trapfpe.o} to the @command{g77} ! command line when linking. @node Nonportable Conversions @subsection Nonportable Conversions diff -Nrcpad gcc-3.4.5/gcc/f/NEWS gcc-3.4.6/gcc/f/NEWS *** gcc-3.4.5/gcc/f/NEWS 2005-12-01 03:55:12.000000000 +0000 --- gcc-3.4.6/gcc/f/NEWS 2006-03-06 03:59:59.000000000 +0000 *************** _Note:_ This file is automatically gener *** 2,8 **** `news0.texi' and `news.texi'. `NEWS' is _not_ a source file, although it is normally included within source distributions. ! This file lists news about the GCC-3.4.4 version (and some other versions) of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as --- 2,8 ---- `news0.texi' and `news.texi'. `NEWS' is _not_ a source file, although it is normally included within source distributions. ! This file lists news about the GCC-3.4.6 version (and some other versions) of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as diff -Nrcpad gcc-3.4.5/libf2c/ChangeLog gcc-3.4.6/libf2c/ChangeLog *** gcc-3.4.5/libf2c/ChangeLog 2005-12-01 02:39:37.000000000 +0000 --- gcc-3.4.6/libf2c/ChangeLog 2006-03-06 03:49:07.000000000 +0000 *************** *** 1,3 **** --- 1,7 ---- + 2006-03-05 Release Manager + + * GCC 3.4.6 released. + 2005-11-30 Release Manager * GCC 3.4.5 released.