This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

fix typo in last regression tester script change


A strange inconsistency.

Still not tested at all.  I should really try to work out how to test
these changes.

====================
cvs diff: Diffing .
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/regression/ChangeLog,v
retrieving revision 1.10
diff -u -p -r1.10 ChangeLog
--- ChangeLog	26 Oct 2004 08:30:30 -0000	1.10
+++ ChangeLog	27 Oct 2004 18:17:26 -0000
@@ -1,3 +1,8 @@
+2004-10-27  Geoffrey Keating  <geoffk@apple.com>
+
+	* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called
+	libstd++.sum not libstdc++-v3.sum.
+
 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
 
 	* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++,
Index: btest-gcc.sh
===================================================================
RCS file: /cvs/gcc/gcc/contrib/regression/btest-gcc.sh,v
retrieving revision 1.9
diff -u -p -r1.9 btest-gcc.sh
--- btest-gcc.sh	26 Oct 2004 08:30:32 -0000	1.9
+++ btest-gcc.sh	27 Oct 2004 18:17:26 -0000
@@ -99,7 +99,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TAR
 TESTLOGS="gcc/testsuite/gcc.sum
 gcc/testsuite/g++.sum
 gcc/testsuite/objc.sum
-$H_TARGET/libstdc++-v3/testsuite/libstdc++-v3.sum"
+$H_TARGET/libstdc++-v3/testsuite/libstdc++.sum"
 
 # Build.
 echo build > $RESULT
====================

-- 
- Geoffrey Keating <geoffk@apple.com>


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