This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The fourth test release of gcc-2.95.3 is available


On Wed, Feb 21, 2001 at 05:15:59PM +0000, Bernd Schmidt wrote:
> The fourth (and hopfully last) test release of gcc-2.95.3 is available from
>   ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.3-prerelease/
> 
> This test release is named gcc-2.95.3.test4.  This time, there's also a
> diff relative to test3 (test3-test4.diff.gz).  The essential parts of this
> can also be generated with
>   cvs rdiff -r gcc-2_95_3-test3 -r gcc-2_95_3-test4 gcc
> without the need for a checked-out CVS tree.
> 
> Many thanks to everyone who has so far provided test results for the previous
> test releases.  This one backs out two patches that have introduced
> instability.  If I interpreted all the test results correctly, there should
> be no regressions vs. 2.95.2 on any of the targets for which test results
> have been sent in.
> 
> Please test this version, as described in the
> instructions
>   http://gcc.gnu.org/gcc-2.95/testing.html
> and send in the results.  Please also report if there are any glitches
> in the packaging.

What is 'runtest'? Some dejagnu thing?

hppa1.1-hp-hpux10.20 needed the second patch below.
alpha-dec-osf5.0 needed the first patch below.

-- 
albert chin (china@thewrittenword.com)

-- snip snip
--- gcc/configure.in.orig	Thu Feb 22 19:43:25 2001
+++ gcc/configure.in	Thu Feb 22 19:43:45 2001
@@ -660,7 +660,9 @@
 changequote([,])dnl
 		    tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
 		    ;;
-		  *-*-osf4*)
+changequote(,)dnl
+		  *-*-osf[45]*)
+changequote([,])dnl
 		    tm_file="${tm_file} alpha/osf.h"
 		    # Some versions of OSF4 (specifically X4.0-9 296.7) have
 		    # a broken tar, so we use cpio instead.
@@ -669,7 +671,7 @@
 		esac
 		case $machine in
 changequote(,)dnl
-		  *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
+		  *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
 changequote([,])dnl
 		    target_cpu_default=MASK_SUPPORT_ARCH
 		    ;;
--- gcc/function.c.orig	Thu Feb 22 19:39:43 2001
+++ gcc/function.c	Thu Feb 22 19:39:50 2001
@@ -6927,7 +6927,7 @@
 	    }
 	}
       }
-  #endif
+#endif
 }
 
 /* Reposition the prologue-end and epilogue-begin notes after instruction


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]