diff -Nrc3pad gcc-3.3.1/gcc/f/BUGS gcc-3.3.2/gcc/f/BUGS *** gcc-3.3.1/gcc/f/BUGS 2003-08-04 14:59:04.000000000 +0000 --- gcc-3.3.2/gcc/f/BUGS 2003-10-16 22:51:49.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.3.1 version of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you preserve --- 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.3.2 version of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you preserve *************** Known Bugs In GNU Fortran *** 12,18 **** ************************* This section identifies bugs that `g77' _users_ might run into in ! the GCC-3.3.1 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.3.2 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 -Nrc3pad gcc-3.3.1/gcc/f/ChangeLog gcc-3.3.2/gcc/f/ChangeLog *** gcc-3.3.1/gcc/f/ChangeLog 2003-08-04 12:48:48.000000000 +0000 --- gcc-3.3.2/gcc/f/ChangeLog 2003-10-16 19:43:49.000000000 +0000 *************** *** 1,3 **** --- 1,7 ---- + 2003-10-16 Release Manager + + * GCC 3.3.2 Released. + 2003-08-04 Release Manager * GCC 3.3.1 Released. diff -Nrc3pad gcc-3.3.1/gcc/f/g77.1 gcc-3.3.2/gcc/f/g77.1 *** gcc-3.3.1/gcc/f/g77.1 2003-08-04 13:10:51.000000000 +0000 --- gcc-3.3.2/gcc/f/g77.1 2003-10-16 20:24:22.000000000 +0000 *************** *** 129,135 **** .\" ======================================================================== .\" .IX Title "G77 1" ! .TH G77 1 "2003-08-04" "gcc-3.3.1" "GNU" .SH "NAME" g77 \- GNU project Fortran 77 compiler .SH "SYNOPSIS" --- 129,135 ---- .\" ======================================================================== .\" .IX Title "G77 1" ! .TH G77 1 "2003-10-16" "gcc-3.3.2" "GNU" .SH "NAME" g77 \- GNU project Fortran 77 compiler .SH "SYNOPSIS" diff -Nrc3pad gcc-3.3.1/gcc/f/g77.info gcc-3.3.2/gcc/f/g77.info *** gcc-3.3.1/gcc/f/g77.info 2003-08-04 13:10:33.000000000 +0000 --- gcc-3.3.2/gcc/f/g77.info 2003-10-16 20:24:03.000000000 +0000 *************** START-INFO-DIR-ENTRY *** 25,31 **** * g77: (g77). The GNU Fortran compiler. END-INFO-DIR-ENTRY This file documents the use and the internals of the GNU Fortran ! (`g77') compiler. It corresponds to the GCC-3.3.1 version of `g77'. Published by the Free Software Foundation 59 Temple Place - Suite 330 Boston, MA 02111-1307 USA --- 25,31 ---- * g77: (g77). The GNU Fortran compiler. END-INFO-DIR-ENTRY This file documents the use and the internals of the GNU Fortran ! (`g77') compiler. It corresponds to the GCC-3.3.2 version of `g77'. Published by the Free Software Foundation 59 Temple Place - Suite 330 Boston, MA 02111-1307 USA *************** Introduction *** 62,68 **** This manual documents how to run, install and port `g77', as well as its new features and incompatibilities, and how to report bugs. It ! corresponds to the GCC-3.3.1 version of `g77'. * Menu: --- 62,68 ---- This manual documents how to run, install and port `g77', as well as its new features and incompatibilities, and how to report bugs. It ! corresponds to the GCC-3.3.2 version of `g77'. * Menu: *************** clarify how they differ from other versi *** 2939,2945 **** getting a complete picture of what a particular `egcs' version contains somewhat more difficult. ! For information on bugs in the GCC-3.3.1 version of `g77', see *Note Known Bugs In GNU Fortran: Known Bugs. An online, "live" version of this document (derived directly from --- 2939,2945 ---- getting a complete picture of what a particular `egcs' version contains somewhat more difficult. ! For information on bugs in the GCC-3.3.2 version of `g77', see *Note Known Bugs In GNU Fortran: Known Bugs. An online, "live" version of this document (derived directly from *************** clarify how they differ from other versi *** 4256,4262 **** getting a complete picture of what a particular `egcs' version contains somewhat more difficult. ! For information on bugs in the GCC-3.3.1 version of `g77', see *Note Known Bugs In GNU Fortran: Known Bugs. The following information was last updated on 2003-05-18: --- 4256,4262 ---- getting a complete picture of what a particular `egcs' version contains somewhat more difficult. ! For information on bugs in the GCC-3.3.2 version of `g77', see *Note Known Bugs In GNU Fortran: Known Bugs. The following information was last updated on 2003-05-18: *************** Known Bugs In GNU Fortran *** 19854,19860 **** ========================= This section identifies bugs that `g77' _users_ might run into in ! the GCC-3.3.1 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. --- 19854,19860 ---- ========================= This section identifies bugs that `g77' _users_ might run into in ! the GCC-3.3.2 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 -Nrc3pad gcc-3.3.1/gcc/f/NEWS gcc-3.3.2/gcc/f/NEWS *** gcc-3.3.1/gcc/f/NEWS 2003-08-04 14:59:04.000000000 +0000 --- gcc-3.3.2/gcc/f/NEWS 2003-10-16 22:51:49.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.3.1 version (and some other versions) of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you --- 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.3.2 version (and some other versions) of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you diff -Nrc3pad gcc-3.3.1/libf2c/ChangeLog gcc-3.3.2/libf2c/ChangeLog *** gcc-3.3.1/libf2c/ChangeLog 2003-08-04 12:49:33.000000000 +0000 --- gcc-3.3.2/libf2c/ChangeLog 2003-10-16 19:44:39.000000000 +0000 *************** *** 1,3 **** --- 1,11 ---- + 2003-10-16 Release Manager + + * GCC 3.3.2 Released. + + 2003-09-09 Alan Modra + + * configure: Regenerate. + 2003-08-04 Release Manager * GCC 3.3.1 Released. diff -Nrc3pad gcc-3.3.1/libf2c/configure gcc-3.3.2/libf2c/configure *** gcc-3.3.1/libf2c/configure 2003-02-20 09:12:17.000000000 +0000 --- gcc-3.3.2/libf2c/configure 2003-09-09 08:04:18.000000000 +0000 *************** x86_64-*linux*|ppc*-*linux*|powerpc*-*li *** 2083,2089 **** x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ! ppc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) --- 2083,2089 ---- x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ! ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*)