This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[basic-improvements] Merge from trunk
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Diego Novillo <dnovillo at redhat dot com>
- Date: Mon, 21 Oct 2002 10:47:56 -0700
- Subject: [basic-improvements] Merge from trunk
The merge tag is gcc-3_4-basic-improvements-merge-20021020.
Bootstrapped i686-linux, all languages including Ada, with no
regressions relative to the merge point.
$ diff -u LOG.trunk LOG.bib
--- LOG.trunk 2002-10-21 10:41:54 -0700
+++ LOG.bib 2002-10-21 10:40:51 -0700
@@ -17,9 +17,10 @@
=== gcc tests ===
FAIL: gcc.dg/noncompile/incomplete-1.c (test for excess errors)
=== gcc Summary ===
-# of expected passes 20752
+# of expected passes 20766
# of unexpected failures 1
# of expected failures 64
+# of unresolved testcases 1
# of unsupported tests 65
=== g++ tests ===
FAIL: g++.dg/inherit/override1.C (test for excess errors)
The additional unresolved comes from a typo in a test case only
present on the branch. I will be sending a separate patch for that
issue shortly.
zw