[Glibc-bsd-devel] [PATCH] GNU/KNetBSD support (last patch!) w/ChangeLog

Robert Millan zeratul2@wanadoo.es
Wed, 19 Nov 2003 20:49:21 +0100


--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


Hi!

This is hopefuly my last patch for GCC to support Glibc-based GNU/KNetBSD.

for gcc/ChangeLog:

2003-11-19  Robert Millan  <robertmh@gnu.org>

	* config/i386/knetbsd-gnu.h: New. i386-*-knetbsd-gnu definitions.
	* config.gcc: Add *-*-knetbsd*-gnu and i[34567]86-*-knetbsd*-gnu.

Patch and test log attached.

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T, Ainulindale (Silmarillion)

--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gcc.4.diff"
Content-Transfer-Encoding: quoted-printable

=2E000000000 +0100
@@ -406,9 +406,9 @@
   esac
   fbsd_tm_file=3D"${fbsd_tm_file} freebsd-spec.h freebsd.h"
   ;;
-*-*-kfreebsd*-gnu)
+*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
   # Must come before *-*-gnu*
-  xm_defines=3DPOSIX # needed for cross-compiling from FreeBSD?
+  xm_defines=3DPOSIX # needed for cross-compiling from *BSD?
   extra_parts=3D"crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
   # GNU tools are the only tools.
   gas=3Dyes
@@ -979,6 +979,12 @@
 	float_format=3Di386
 	use_fixproto=3Dno
 	;;
+i[34567]86-*-knetbsd*-gnu) # must be before i[34567]86-*-gnu*
+	tm_file=3D"${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h ne=
tbsd-elf.h i386/knetbsd-gnu.h"
+	tmake_file=3D"t-slibgcc-elf-ver i386/t-crtstuff"
+	float_format=3Di386
+	use_fixproto=3Dno
+	;;
 i[34567]86-*-gnu*)
 	;;
 i[34567]86-pc-msdosdjgpp*)
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=
=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00=00
--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gcc.4.log"

make[1]: Entering directory `/home/rmh/tmp/gcc/build/gcc'
Making a new config file...
echo "set tmpdir /home/rmh/tmp/gcc/build/gcc/testsuite" >> ./tmp0
test -d testsuite || mkdir testsuite
rm -f testsuite/site.exp
sed '/set tmpdir/ s|testsuite|testsuite|' < site.exp > testsuite/site.exp
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
Test Run By rmh on Wed Nov 19 16:35:55 2003
Native configuration is i386-unknown-knetbsd1.6.1-gnu

		=== gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/rmh/tmp/gcc/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
FAIL: gcc.c-torture/compile/930621-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/930621-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/930621-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/930621-1.c (test for excess errors)
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
FAIL: gcc.c-torture/execute/conversion.c execution,  -O0 
FAIL: gcc.c-torture/execute/conversion.c execution,  -O1 
FAIL: gcc.c-torture/execute/conversion.c execution,  -O2 
FAIL: gcc.c-torture/execute/conversion.c execution,  -Os 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O0 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O1 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O2 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -Os 
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/rbug.c execution,  -Os 
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/compat/compat.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/debug/debug.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/20021014-1.c (test for excess errors)
WARNING: gcc.dg/20021014-1.c compilation failed to produce executable
FAIL: gcc.dg/20031111-1.c  (test for errors, line 8)
FAIL: gcc.dg/20031111-1.c  (test for errors, line 12)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
FAIL: gcc.dg/cleanup-5.c execution test
FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z]
FAIL: gcc.dg/i386-mmx-1.c (test for excess errors)
FAIL: gcc.dg/i386-mmx-2.c (test for excess errors)
FAIL: gcc.dg/i386-sse-1.c (test for excess errors)
FAIL: gcc.dg/i386-sse-2.c (test for excess errors)
FAIL: gcc.dg/i386-sse-3.c (test for excess errors)
FAIL: gcc.dg/i386-ssetype-1.c (test for excess errors)
ERROR: gcc.dg/i386-ssetype-1.c: error executing dg-final: couldn't open "i386-ssetype-1.s": no such file or directory
FAIL: gcc.dg/i386-ssetype-2.c (test for excess errors)
ERROR: gcc.dg/i386-ssetype-2.c: error executing dg-final: couldn't open "i386-ssetype-2.s": no such file or directory
FAIL: gcc.dg/i386-ssetype-3.c (test for excess errors)
ERROR: gcc.dg/i386-ssetype-3.c: error executing dg-final: couldn't open "i386-ssetype-3.s": no such file or directory
FAIL: gcc.dg/i386-ssetype-4.c (test for excess errors)
ERROR: gcc.dg/i386-ssetype-4.c: error executing dg-final: couldn't open "i386-ssetype-4.s": no such file or directory
FAIL: gcc.dg/i386-ssetype-5.c (test for excess errors)
ERROR: gcc.dg/i386-ssetype-5.c: error executing dg-final: couldn't open "i386-ssetype-5.s": no such file or directory
FAIL: gcc.dg/nest.c (test for excess errors)
WARNING: gcc.dg/nest.c compilation failed to produce executable
FAIL: gcc.dg/nested-func-1.c break switch 1 (test for errors, line 10)
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/format/format.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/special/special.exp ...
FAIL: gcc.dg/special/gcsec-1.c execution test
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ...

		=== gcc Summary ===

# of expected passes		24528
# of unexpected failures	41
# of expected failures		79
# of unresolved testcases	11
# of untested testcases		7
# of unsupported tests		163
/home/rmh/tmp/gcc/build/gcc/xgcc version 3.4 20031119 (experimental)


make[1]: [check-gcc] Error 1 (ignored)
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool g++ )
Test Run By rmh on Wed Nov 19 17:08:38 2003
Native configuration is i386-unknown-knetbsd1.6.1-gnu

		=== g++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/rmh/tmp/gcc/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/compat/compat.exp ...
FAIL: g++.dg/compat/eh/ctor1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/ctor2 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/dtor1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/filter1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/filter2 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/nrv1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/spec3 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/template1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/init/array5 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/dg.exp ...
FAIL: g++.dg/eh/cond1.C execution test
FAIL: g++.dg/eh/crossjump1.C execution test
FAIL: g++.dg/eh/ctor1.C execution test
FAIL: g++.dg/eh/ctor2.C execution test
FAIL: g++.dg/eh/delayslot1.C execution test
FAIL: g++.dg/eh/dtor1.C execution test
FAIL: g++.dg/eh/filter1.C execution test
FAIL: g++.dg/eh/filter2.C execution test
FAIL: g++.dg/eh/forced1.C execution test
FAIL: g++.dg/eh/forced2.C execution test
FAIL: g++.dg/eh/forced3.C execution test
FAIL: g++.dg/eh/forced4.C execution test
FAIL: g++.dg/eh/loop1.C execution test
FAIL: g++.dg/eh/loop2.C execution test
FAIL: g++.dg/eh/new1.C execution test
FAIL: g++.dg/eh/omit-frame-pointer.C execution test
FAIL: g++.dg/eh/omit-frame-pointer2.C execution test
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/eh/simd-1.C execution test
FAIL: g++.dg/eh/simd-2.C execution test
FAIL: g++.dg/eh/spec3.C execution test
FAIL: g++.dg/eh/template1.C execution test
FAIL: g++.dg/eh/unexpected1.C execution test
XPASS: g++.dg/ext/lvalue1.C not an lvalue (test for errors, line 7)
FAIL: g++.dg/init/array4.C (test for excess errors)
FAIL: g++.dg/init/array5.C execution test
FAIL: g++.dg/init/ctor1.C execution test
FAIL: g++.dg/init/placement2.C execution test
FAIL: g++.dg/init/ref9.C execution test
FAIL: g++.dg/lookup/using9.C  (test for errors, line 7)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 8)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 12)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 13)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 14)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 22)
FAIL: g++.dg/lookup/using9.C  (test for errors, line 23)
FAIL: g++.dg/lookup/using9.C (test for excess errors)
FAIL: g++.dg/parse/lookup1.C (test for excess errors)
FAIL: g++.dg/parse/parse5.C (test for excess errors)
FAIL: g++.dg/template/friend.C (test for excess errors)
FAIL: g++.dg/template/friend10.C (test for excess errors)
WARNING: g++.dg/template/friend10.C compilation failed to produce executable
FAIL: g++.dg/template/ptrmem7.C  (test for errors, line 38)
FAIL: g++.dg/template/ptrmem7.C  (test for errors, line 39)
FAIL: g++.dg/template/ptrmem7.C  (test for errors, line 43)
FAIL: g++.dg/template/ptrmem7.C (test for excess errors)
XPASS: g++.dg/warn/Wunused-2.C  (test for warnings, line 5)
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /home/rmh/tmp/gcc/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
FAIL: g++.old-deja/g++.benjamin/15071.C (test for excess errors)
WARNING: g++.old-deja/g++.benjamin/15071.C compilation failed to produce executable
FAIL: g++.old-deja/g++.brendan/copy9.C (test for excess errors)
WARNING: g++.old-deja/g++.brendan/copy9.C compilation failed to produce executable
FAIL: g++.old-deja/g++.brendan/crash15.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/crash20.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/crash30.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/crash38.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/crash49.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/crash62.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/cvt1.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/eh1.C execution test
FAIL: g++.old-deja/g++.brendan/err-msg3.C (test for excess errors)
FAIL: g++.old-deja/g++.brendan/nest21.C (test for excess errors)
WARNING: g++.old-deja/g++.brendan/nest21.C compilation failed to produce executable
FAIL: g++.old-deja/g++.brendan/ptolemy2.C (test for excess errors)
WARNING: g++.old-deja/g++.brendan/ptolemy2.C compilation failed to produce executable
FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
FAIL: g++.old-deja/g++.eh/catch11.C execution test
FAIL: g++.old-deja/g++.eh/catch12.C execution test
FAIL: g++.old-deja/g++.eh/catch3.C execution test
FAIL: g++.old-deja/g++.eh/catch3p.C execution test
FAIL: g++.old-deja/g++.eh/catch4.C execution test
FAIL: g++.old-deja/g++.eh/catch4p.C execution test
FAIL: g++.old-deja/g++.eh/catch5.C execution test
FAIL: g++.old-deja/g++.eh/catch5p.C execution test
FAIL: g++.old-deja/g++.eh/catch6.C execution test
FAIL: g++.old-deja/g++.eh/catch6p.C execution test
FAIL: g++.old-deja/g++.eh/catch7.C execution test
FAIL: g++.old-deja/g++.eh/catch7p.C execution test
FAIL: g++.old-deja/g++.eh/catch8.C execution test
FAIL: g++.old-deja/g++.eh/catch8p.C execution test
FAIL: g++.old-deja/g++.eh/catch9.C execution test
FAIL: g++.old-deja/g++.eh/catch9p.C execution test
FAIL: g++.old-deja/g++.eh/catchptr1.C execution test
FAIL: g++.old-deja/g++.eh/cleanup1.C execution test
FAIL: g++.old-deja/g++.eh/cleanup2.C execution test
FAIL: g++.old-deja/g++.eh/flow1.C execution test
FAIL: g++.old-deja/g++.eh/fntry1.C execution test
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
FAIL: g++.old-deja/g++.eh/inline2.C execution test
FAIL: g++.old-deja/g++.eh/new1.C execution test
FAIL: g++.old-deja/g++.eh/new2.C execution test
FAIL: g++.old-deja/g++.eh/pdel1.C execution test
FAIL: g++.old-deja/g++.eh/pdel2.C execution test
FAIL: g++.old-deja/g++.eh/ptr1.C execution test
FAIL: g++.old-deja/g++.eh/ptrmem1.C execution test
FAIL: g++.old-deja/g++.eh/rethrow1.C execution test
FAIL: g++.old-deja/g++.eh/rethrow2.C execution test
FAIL: g++.old-deja/g++.eh/rethrow3.C execution test
FAIL: g++.old-deja/g++.eh/rethrow4.C execution test
FAIL: g++.old-deja/g++.eh/rethrow5.C execution test
FAIL: g++.old-deja/g++.eh/rethrow6.C execution test
FAIL: g++.old-deja/g++.eh/spec1.C execution test
FAIL: g++.old-deja/g++.eh/spec2.C execution test
FAIL: g++.old-deja/g++.eh/spec3.C execution test
FAIL: g++.old-deja/g++.eh/spec4.C execution test
FAIL: g++.old-deja/g++.eh/terminate1.C execution test
FAIL: g++.old-deja/g++.eh/terminate2.C execution test
FAIL: g++.old-deja/g++.eh/tmpl1.C execution test
FAIL: g++.old-deja/g++.eh/unwind1.C execution test
FAIL: g++.old-deja/g++.eh/vbase1.C execution test
FAIL: g++.old-deja/g++.eh/vbase2.C execution test
FAIL: g++.old-deja/g++.eh/vbase4.C execution test
FAIL: g++.old-deja/g++.jason/template24.C (test for excess errors)
WARNING: g++.old-deja/g++.jason/template24.C compilation failed to produce executable
FAIL: g++.old-deja/g++.jason/template31.C (test for excess errors)
WARNING: g++.old-deja/g++.jason/template31.C compilation failed to produce executable
FAIL: g++.old-deja/g++.jason/typeid1.C (test for excess errors)
FAIL: g++.old-deja/g++.law/arg1.C (test for excess errors)
FAIL: g++.old-deja/g++.law/arg8.C (test for excess errors)
WARNING: g++.old-deja/g++.law/arg8.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/arm12.C (test for excess errors)
FAIL: g++.old-deja/g++.law/arm9.C (test for excess errors)
FAIL: g++.old-deja/g++.law/bad-error7.C (test for excess errors)
FAIL: g++.old-deja/g++.law/code-gen5.C (test for excess errors)
WARNING: g++.old-deja/g++.law/code-gen5.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/ctors10.C (test for excess errors)
FAIL: g++.old-deja/g++.law/ctors12.C (test for excess errors)
WARNING: g++.old-deja/g++.law/ctors12.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/ctors13.C (test for excess errors)
FAIL: g++.old-deja/g++.law/ctors17.C (test for excess errors)
FAIL: g++.old-deja/g++.law/ctors6.C (test for excess errors)
FAIL: g++.old-deja/g++.law/cvt16.C (test for excess errors)
FAIL: g++.old-deja/g++.law/cvt2.C (test for excess errors)
WARNING: g++.old-deja/g++.law/cvt2.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/missed-error2.C (test for excess errors)
FAIL: g++.old-deja/g++.law/nest3.C (test for excess errors)
FAIL: g++.old-deja/g++.law/operators32.C (test for excess errors)
FAIL: g++.old-deja/g++.law/operators4.C (test for excess errors)
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
WARNING: g++.old-deja/g++.law/profile1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/vbase1.C (test for excess errors)
FAIL: g++.old-deja/g++.law/virtual3.C (test for excess errors)
WARNING: g++.old-deja/g++.law/virtual3.C compilation failed to produce executable
FAIL: g++.old-deja/g++.law/visibility1.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility10.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility13.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility17.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility2.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility22.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility25.C (test for excess errors)
FAIL: g++.old-deja/g++.law/visibility7.C (test for excess errors)
FAIL: g++.old-deja/g++.martin/bitset1.C (test for excess errors)
WARNING: g++.old-deja/g++.martin/bitset1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.martin/new1.C execution test
FAIL: g++.old-deja/g++.mike/dyncast1.C execution test
FAIL: g++.old-deja/g++.mike/dyncast2.C execution test
FAIL: g++.old-deja/g++.mike/eh10.C execution test
FAIL: g++.old-deja/g++.mike/eh12.C execution test
FAIL: g++.old-deja/g++.mike/eh14.C execution test
FAIL: g++.old-deja/g++.mike/eh16.C execution test
FAIL: g++.old-deja/g++.mike/eh17.C execution test
FAIL: g++.old-deja/g++.mike/eh18.C execution test
FAIL: g++.old-deja/g++.mike/eh2.C execution test
FAIL: g++.old-deja/g++.mike/eh21.C execution test
FAIL: g++.old-deja/g++.mike/eh23.C execution test
FAIL: g++.old-deja/g++.mike/eh24.C execution test
FAIL: g++.old-deja/g++.mike/eh25.C execution test
FAIL: g++.old-deja/g++.mike/eh26.C execution test
FAIL: g++.old-deja/g++.mike/eh27.C execution test
FAIL: g++.old-deja/g++.mike/eh28.C execution test
FAIL: g++.old-deja/g++.mike/eh29.C execution test
FAIL: g++.old-deja/g++.mike/eh3.C execution test
FAIL: g++.old-deja/g++.mike/eh31.C execution test
FAIL: g++.old-deja/g++.mike/eh33.C execution test
FAIL: g++.old-deja/g++.mike/eh34.C execution test
FAIL: g++.old-deja/g++.mike/eh35.C execution test
FAIL: g++.old-deja/g++.mike/eh36.C execution test
FAIL: g++.old-deja/g++.mike/eh37.C execution test
FAIL: g++.old-deja/g++.mike/eh38.C execution test
FAIL: g++.old-deja/g++.mike/eh39.C execution test
FAIL: g++.old-deja/g++.mike/eh40.C execution test
FAIL: g++.old-deja/g++.mike/eh41.C execution test
FAIL: g++.old-deja/g++.mike/eh42.C execution test
FAIL: g++.old-deja/g++.mike/eh44.C execution test
FAIL: g++.old-deja/g++.mike/eh47.C execution test
FAIL: g++.old-deja/g++.mike/eh48.C execution test
FAIL: g++.old-deja/g++.mike/eh49.C execution test
FAIL: g++.old-deja/g++.mike/eh5.C execution test
FAIL: g++.old-deja/g++.mike/eh50.C execution test
FAIL: g++.old-deja/g++.mike/eh51.C execution test
FAIL: g++.old-deja/g++.mike/eh55.C execution test
FAIL: g++.old-deja/g++.mike/eh6.C execution test
FAIL: g++.old-deja/g++.mike/eh8.C execution test
FAIL: g++.old-deja/g++.mike/net46.C (test for excess errors)
WARNING: g++.old-deja/g++.mike/net46.C compilation failed to produce executable
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
FAIL: g++.old-deja/g++.mike/p658.C (test for excess errors)
WARNING: g++.old-deja/g++.mike/p658.C compilation failed to produce executable
FAIL: g++.old-deja/g++.mike/p7912.C execution test
FAIL: g++.old-deja/g++.mike/p9706.C execution test
FAIL: g++.old-deja/g++.mike/rtti1.C (test for excess errors)
FAIL: g++.old-deja/g++.ns/koenig9.C (test for excess errors)
FAIL: g++.old-deja/g++.ns/using4.C (test for excess errors)
FAIL: g++.old-deja/g++.ns/using6.C (test for excess errors)
FAIL: g++.old-deja/g++.oliva/delete3.C execution test
FAIL: g++.old-deja/g++.oliva/new1.C execution test
FAIL: g++.old-deja/g++.other/array1.C execution test
FAIL: g++.old-deja/g++.other/defarg6.C (test for excess errors)
FAIL: g++.old-deja/g++.other/eh3.C execution test
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/headers1.C (test for excess errors)
WARNING: g++.old-deja/g++.other/headers1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/init7.C execution test
FAIL: g++.old-deja/g++.other/init9.C (test for excess errors)
FAIL: g++.old-deja/g++.other/inline14.C (test for excess errors)
FAIL: g++.old-deja/g++.other/new7.C execution test
FAIL: g++.old-deja/g++.other/singleton.C execution test
FAIL: g++.old-deja/g++.other/vbase2.C execution test
FAIL: g++.old-deja/g++.pt/crash68.C (test for excess errors)
FAIL: g++.old-deja/g++.pt/fntry1.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable
FAIL: g++.old-deja/g++.pt/instantiate10.C (test for excess errors)
FAIL: g++.old-deja/g++.pt/ttp19.C (test for excess errors)
WARNING: g++.old-deja/g++.pt/ttp19.C compilation failed to produce executable
FAIL: g++.old-deja/g++.pt/ttp40.C (test for excess errors)
WARNING: g++.old-deja/g++.pt/ttp40.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb109.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb113.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb124.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb127.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb129.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb129a.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb15.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb21.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb21.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb24.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb28.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb29.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb3.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb30.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb31.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb31.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb33.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb33.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb36.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb39.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb4.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb41.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb41.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb43.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb44.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb46.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb46.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb50.C execution test
FAIL: g++.old-deja/g++.robertl/eb54.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb54.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb55.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb59.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb59.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb60.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb62.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb65.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb65.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb66.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb66.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb7.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb77.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb77.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb79.C (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb88.C execution test
FAIL: g++.old-deja/g++.robertl/eb91.C (test for excess errors)
WARNING: g++.old-deja/g++.robertl/eb91.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eh990323-1.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-2.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-3.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-4.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-5.C execution test
FAIL: g++.old-deja/g++.robertl/ice990323-2.C execution test

		=== g++ Summary ===

# of expected passes		8837
# of unexpected failures	254
# of unexpected successes	2
# of expected failures		60
# of unsupported tests		36
/home/rmh/tmp/gcc/build/gcc/testsuite/../g++ version 3.4 20031119 (experimental)


make[1]: [check-g++] Error 1 (ignored)
make[1]: Leaving directory `/home/rmh/tmp/gcc/build/gcc'
make[1]: Entering directory `/home/rmh/tmp/gcc/build/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rmh/tmp/gcc/build/intl'
make[1]: Entering directory `/home/rmh/tmp/gcc/build/libiberty'
make[2]: Entering directory `/home/rmh/tmp/gcc/build/libiberty/testsuite'
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc/libiberty/testsuite/../../include  -o test-demangle \
	../../../gcc/libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < ../../../gcc/libiberty/testsuite/demangle-expected
FAIL at line 2672, style gnu-v3:
in:  _ZngILi42EEvN1AIXplT_Li2EEE1TE
out: void operator-<42>(A<(42)+(2)>::T)
exp: void operator-<42>(A<(42) + (2)>::T)
FAIL at line 2700, style gnu-v3:
in:  U4_farrVKPi
out: _far int* restrict volatile const
exp: int* restrict volatile const _far
FAIL at line 2704, style gnu-v3:
in:  _Z3fooILi2EEvRAplT_Li1E_i
out: void foo<2>(int (&) [(2)+(1)])
exp: void foo<2>(int (&) [(2) + (1)])
FAIL at line 2716, style gnu-v3:
in:  2CBIL_Z3foocEE
out: (null)
exp: CB<foo(char)>
FAIL at line 2720, style gnu-v3:
in:  2CBIL_Z7IsEmptyEE
out: (null)
exp: CB<IsEmpty>
FAIL at line 2756, style gnu-v3:
in:  _Z1fA37_iPS_
out: f(int[37], int[37]*)
exp: f(int[37], int (*) [37])
FAIL at line 2760, style gnu-v3:
in:  _Z1fM1AFivEPS0_
out: f(int (A::*)(), int ()()*)
exp: f(int (A::*)(), int (*)())
FAIL at line 2764, style gnu-v3:
in:  _Z1fPFPA1_ivE
out: f(int (*) [1] (*)())
exp: f(int (*(*)()) [1])
FAIL at line 2772, style gnu-v3:
in:  _Z1jM1AFivEPS1_
out: j(int (A::*)(), int (A::*)()*)
exp: j(int (A::*)(), int (A::**)())
FAIL at line 2776, style gnu-v3:
in:  _Z1sPA37_iPS0_
out: s(int (*) [37], int (*) [37]*)
exp: s(int (*) [37], int (**) [37])
FAIL at line 2780, style gnu-v3:
in:  _Z3fooA30_A_i
out: foo(int[][30])
exp: foo(int[30][])
FAIL at line 2784, style gnu-v3:
in:  _Z3kooPA28_A30_i
out: koo(int[30] (*) [28])
exp: koo(int (*) [28][30])
FAIL at line 2788, style gnu-v3:
in:  _ZlsRKU3fooU4bart1XS0_
out: operator<<(foo bart X const&, bart X)
exp: operator<<(X bart foo const&, X bart)
FAIL at line 2792, style gnu-v3:
in:  _ZlsRKU3fooU4bart1XS2_
out: operator<<(foo bart X const&, foo bart X const)
exp: operator<<(X bart foo const&, X bart foo const)
FAIL at line 2804, style gnu-v3:
in:  _ZN1AIfEcvT_IiEEv
out: A<float>::operator float<int>()
exp: A<float>::operator int<int>()
FAIL at line 2836, style gnu-v3:
in:  _Z1fI1APS0_PKS0_EvT_T0_T1_PA4_S3_M1CS8_
out: void f<A, A*, A const*>(A, A*, A const*, A const* (*) [4], A const* (*) [4] C::*)
exp: void f<A, A*, A const*>(A, A*, A const*, A const* (*) [4], A const* (* C::*) [4])
FAIL at line 2840, style gnu-v3:
in:  _Z3fooiPiPS_PS0_PS1_PS2_PS3_PS4_PS5_PS6_PS7_PS8_PS9_PSA_PSB_PSC_
out: foo(int, int*, int**, int***, int****, int*****, int******, int*******, int********, int*********, int**********, int***********, int************, int*************, int*************, int**************)
exp: foo(int, int*, int**, int***, int****, int*****, int******, int*******, int********, int*********, int**********, int***********, int************, int*************, int**************, int***************)
FAIL at line 2856, style gnu-v3:
in:  _GLOBAL__I__Z2fnv
out: (null)
exp: global constructors keyed to _Z2fnv
FAIL at line 2866, style auto:
in:  __CPR212____ct__Q3_3std141list__tm__128_Q2_3edm41THandle__tm__26_Q2_4emid15EMparticleChunkQ2_3std68allocator__tm__51_Q2_3edmJ37J14const_iteratorFRCQ3_3std18list__tm__7_Z1ZZ2Z8iterator
out: _Z1ZZ2Z::__CPR212____ct__Q3_3std141list__tm__128_Q2_3edm41THandle__tm__26_Q2_4emid15EMparticleChunkQ2_3std68allocator__tm__51_Q2_3edmJ37J14const_iteratorFRCQ3_3std18list__tm(iterator)
exp: __CPR212____ct__Q3_3std141list__tm__128_Q2_3edm41THandle__tm__26_Q2_4emid15EMparticleChunkQ2_3std68allocator__tm__51_Q2_3edmJ37J14const_iteratorFRCQ3_3std18list__tm__7_Z1ZZ2Z8iterator
./test-demangle: 715 tests, 19 failures
make[2]: *** [check-cplus-dem] Error 1
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/libiberty/testsuite'
make[1]: *** [check-subdir] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/rmh/tmp/gcc/build/libiberty'
make: *** [check-libiberty] Error 2
make[1]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3'
Making check in include
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/include'
Making check in libmath
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/libmath'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/libmath'
Making check in libsupc++
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/libsupc++'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/libsupc++'
Making check in src
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/src'
Making check in po
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/po'
Making check in testsuite
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/testsuite'
touch testsuite_wchar_t
make -j1 check-DEJAGNU check-local
make[3]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  l='libstdc++'; for tool in $l; do \
    $runtest  --tool $tool --srcdir $srcdir ; \
  done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
Test Run By rmh on Wed Nov 19 17:20:34 2003
Native configuration is i386-unknown-knetbsd1.6.1-gnu

		=== libstdc++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/rmh/tmp/gcc/gcc/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/rmh/tmp/gcc/gcc/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
FAIL: 19_diagnostics/stdexceptions.cc execution test
FAIL: 20_util/allocator_members.cc execution test
FAIL: 21_strings/basic_string/append/char/1.cc execution test
FAIL: 21_strings/basic_string/append/wchar_t/1.cc execution test
FAIL: 21_strings/basic_string/cons/char/1.cc execution test
FAIL: 21_strings/basic_string/cons/char/3.cc execution test
FAIL: 21_strings/basic_string/cons/wchar_t/1.cc execution test
FAIL: 21_strings/basic_string/cons/wchar_t/3.cc execution test
FAIL: 21_strings/basic_string/element_access/char/1.cc execution test
FAIL: 21_strings/basic_string/element_access/wchar_t/1.cc execution test
FAIL: 21_strings/basic_string/insert/char/1.cc execution test
FAIL: 21_strings/basic_string/insert/wchar_t/1.cc execution test
FAIL: 21_strings/basic_string/inserters_extractors/pod/10081-in.cc execution test
FAIL: 21_strings/basic_string/substr/char/1.cc execution test
FAIL: 21_strings/basic_string/substr/wchar_t/1.cc execution test
FAIL: 22_locale/codecvt/always_noconv/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/always_noconv/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/encoding/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/encoding/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/in/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/in/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/7.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/8.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/9.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/length/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/length/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/7.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/max_length/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/max_length/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/out/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/out/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/7.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/unshift/char/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/unshift/char/wrapped_locale.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/4.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/collate/compare/char/1.cc execution test
FAIL: 22_locale/collate/compare/char/2.cc execution test
FAIL: 22_locale/collate/compare/char/3.cc execution test
FAIL: 22_locale/collate/compare/char/wrapped_env.cc execution test
FAIL: 22_locale/collate/compare/char/wrapped_locale.cc execution test
FAIL: 22_locale/collate/compare/wchar_t/1.cc execution test
FAIL: 22_locale/collate/compare/wchar_t/3.cc execution test
FAIL: 22_locale/collate/hash/char/2.cc execution test
FAIL: 22_locale/collate/hash/char/wrapped_env.cc execution test
FAIL: 22_locale/collate/hash/char/wrapped_locale.cc execution test
FAIL: 22_locale/collate/transform/char/2.cc execution test
FAIL: 22_locale/collate/transform/char/3.cc execution test
FAIL: 22_locale/collate/transform/char/wrapped_env.cc execution test
FAIL: 22_locale/collate/transform/char/wrapped_locale.cc execution test
FAIL: 22_locale/collate/transform/wchar_t/3.cc execution test
FAIL: 22_locale/collate_byname/named_equivalence.cc execution test
FAIL: 22_locale/ctype/cons/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/cons/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/is/char/2.cc execution test
FAIL: 22_locale/ctype/is/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/is/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/narrow/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/narrow/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/narrow/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/narrow/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/scan/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/scan/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/scan/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/scan/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/to/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/to/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/to/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/to/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/widen/char/wrapped_env.cc execution test
FAIL: 22_locale/ctype/widen/char/wrapped_locale.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/facet/2.cc execution test
FAIL: 22_locale/locale/cons/12352.cc execution test
FAIL: 22_locale/locale/cons/12438.cc execution test
FAIL: 22_locale/locale/cons/4.cc execution test
FAIL: 22_locale/locale/cons/5.cc execution test
FAIL: 22_locale/locale/cons/7.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/3.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
FAIL: 22_locale/money_get/get/char/1.cc execution test
FAIL: 22_locale/money_get/get/char/10.cc execution test
FAIL: 22_locale/money_get/get/char/11.cc execution test
FAIL: 22_locale/money_get/get/char/11528.cc execution test
FAIL: 22_locale/money_get/get/char/2.cc execution test
FAIL: 22_locale/money_get/get/char/3.cc execution test
FAIL: 22_locale/money_get/get/char/4.cc execution test
FAIL: 22_locale/money_get/get/char/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/char/wrapped_locale.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/1.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/10.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/11.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/11528.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/2.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/3.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/4.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/money_put/put/char/1.cc execution test
FAIL: 22_locale/money_put/put/char/2.cc execution test
FAIL: 22_locale/money_put/put/char/3.cc execution test
FAIL: 22_locale/money_put/put/char/wrapped_env.cc execution test
FAIL: 22_locale/money_put/put/char/wrapped_locale.cc execution test
FAIL: 22_locale/money_put/put/wchar_t/1.cc execution test
FAIL: 22_locale/money_put/put/wchar_t/2.cc execution test
FAIL: 22_locale/money_put/put/wchar_t/3.cc execution test
FAIL: 22_locale/money_put/put/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/money_put/put/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/moneypunct/members/char/2.cc execution test
FAIL: 22_locale/moneypunct/members/char/wrapped_env.cc execution test
FAIL: 22_locale/moneypunct/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/moneypunct/members/wchar_t/2.cc execution test
FAIL: 22_locale/moneypunct/members/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/moneypunct_byname/named_equivalence.cc execution test
FAIL: 22_locale/num_get/get/char/1.cc execution test
FAIL: 22_locale/num_get/get/char/2.cc execution test
FAIL: 22_locale/num_get/get/char/3.cc execution test
FAIL: 22_locale/num_get/get/char/5.cc execution test
FAIL: 22_locale/num_get/get/char/6.cc execution test
FAIL: 22_locale/num_get/get/char/wrapped_env.cc execution test
FAIL: 22_locale/num_get/get/char/wrapped_locale.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/1.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/2.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/3.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/5.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/6.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/num_put/put/char/1.cc execution test
FAIL: 22_locale/num_put/put/char/2.cc execution test
FAIL: 22_locale/num_put/put/char/3.cc execution test
FAIL: 22_locale/num_put/put/char/5.cc execution test
FAIL: 22_locale/num_put/put/char/wrapped_env.cc execution test
FAIL: 22_locale/num_put/put/char/wrapped_locale.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/1.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/2.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/3.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/5.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/numpunct/members/char/1.cc execution test
FAIL: 22_locale/numpunct/members/char/2.cc execution test
FAIL: 22_locale/numpunct/members/char/3.cc execution test
FAIL: 22_locale/numpunct/members/char/wrapped_env.cc execution test
FAIL: 22_locale/numpunct/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/numpunct/members/pod/2.cc execution test
FAIL: 22_locale/numpunct/members/wchar_t/1.cc execution test
FAIL: 22_locale/numpunct/members/wchar_t/2.cc execution test
FAIL: 22_locale/numpunct/members/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/numpunct/members/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/numpunct_byname/named_equivalence.cc execution test
FAIL: 22_locale/time_get/date_order/char/1.cc execution test
FAIL: 22_locale/time_get/date_order/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/date_order/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/date_order/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/date_order/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_date/char/1.cc execution test
FAIL: 22_locale/time_get/get_date/char/12750.cc execution test
FAIL: 22_locale/time_get/get_date/char/2.cc execution test
FAIL: 22_locale/time_get/get_date/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_date/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_date/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/get_date/wchar_t/12750.cc execution test
FAIL: 22_locale/time_get/get_date/wchar_t/2.cc execution test
FAIL: 22_locale/time_get/get_date/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_monthname/char/1.cc execution test
FAIL: 22_locale/time_get/get_monthname/char/2.cc execution test
FAIL: 22_locale/time_get/get_monthname/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_monthname/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_monthname/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/get_monthname/wchar_t/2.cc execution test
FAIL: 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_time/char/1.cc execution test
FAIL: 22_locale/time_get/get_time/char/2.cc execution test
FAIL: 22_locale/time_get/get_time/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_time/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_time/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/get_time/wchar_t/2.cc execution test
FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/1.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/2.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_weekday/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/get_weekday/wchar_t/2.cc execution test
FAIL: 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_year/char/1.cc execution test
FAIL: 22_locale/time_get/get_year/char/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_year/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_get/get_year/wchar_t/1.cc execution test
FAIL: 22_locale/time_get/get_year/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/time_put/put/char/1.cc execution test
FAIL: 22_locale/time_put/put/char/2.cc execution test
FAIL: 22_locale/time_put/put/char/3.cc execution test
FAIL: 22_locale/time_put/put/char/4.cc execution test
FAIL: 22_locale/time_put/put/char/5.cc execution test
FAIL: 22_locale/time_put/put/char/6.cc execution test
FAIL: 22_locale/time_put/put/char/7.cc execution test
FAIL: 22_locale/time_put/put/char/8.cc execution test
FAIL: 22_locale/time_put/put/char/wrapped_env.cc execution test
FAIL: 22_locale/time_put/put/char/wrapped_locale.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/1.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/2.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/3.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/4.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/5.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/6.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/7.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/8.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/time_put/put/wchar_t/wrapped_locale.cc execution test
FAIL: 23_containers/bitset/cons/1.cc execution test
FAIL: 23_containers/bitset/cons/6282.cc execution test
FAIL: 23_containers/bitset/test/1.cc execution test
FAIL: 23_containers/bitset/to_ulong/1.cc execution test
FAIL: 23_containers/deque/cons/2.cc execution test
FAIL: 23_containers/list/modifiers/3.cc execution test
FAIL: 23_containers/vector/capacity/2.cc execution test
FAIL: 23_containers/vector/capacity/8230.cc execution test
FAIL: 23_containers/vector/cons/4.cc execution test
FAIL: 23_containers/vector/element_access/1.cc execution test
FAIL: 23_containers/vector/resize/1.cc execution test
FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test
FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test
FAIL: 27_io/basic_filebuf/cons/wchar_t/10132-1.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/13007.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/2.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/9322.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/12868.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/13007.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/2.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/9322.cc execution test
FAIL: 27_io/basic_filebuf/open/char/9507.cc execution test
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-1.cc execution test
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-2.cc execution test
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-3.cc execution test
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-4.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/wchar_t/1.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/wchar_t/2.cc execution test
FAIL: 27_io/basic_filebuf/seekpos/wchar_t/9874.cc execution test
FAIL: 27_io/basic_filebuf/showmanyc/char/9533-1.cc execution test
FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/1.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-1.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-2.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-3.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-4.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/2.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/3.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/4.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/5.cc execution test
FAIL: 27_io/basic_filebuf/underflow/wchar_t/9520.cc execution test
FAIL: 27_io/basic_ios/copyfmt/char/1.cc execution test
FAIL: 27_io/basic_ios/copyfmt/char/2.cc execution test
FAIL: 27_io/basic_ios/exceptions/char/1.cc execution test
FAIL: 27_io/basic_istream/exceptions/char/9561.cc execution test
FAIL: 27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc execution test
FAIL: 27_io/basic_istream/extractors_character/pod/3983-2.cc execution test
FAIL: 27_io/basic_istream/extractors_other/pod/3983-3.cc execution test
FAIL: 27_io/basic_istream/sentry/pod/1.cc execution test
FAIL: 27_io/basic_ostream/exceptions/char/9561.cc execution test
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/2.cc execution test
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc execution test
FAIL: 27_io/basic_ostream/inserters_character/char/9555-oc.cc execution test
FAIL: 27_io/basic_ostream/inserters_other/char/5.cc execution test
FAIL: 27_io/basic_ostream/put/char/1.cc execution test
FAIL: 27_io/basic_ostream/write/char/1.cc execution test
FAIL: 27_io/basic_streambuf/imbue/char/13007-1.cc execution test
FAIL: 27_io/basic_streambuf/imbue/char/13007-2.cc execution test
FAIL: 27_io/basic_streambuf/imbue/char/9322.cc execution test
FAIL: 27_io/basic_streambuf/imbue/wchar_t/13007-1.cc execution test
FAIL: 27_io/basic_streambuf/imbue/wchar_t/13007-2.cc execution test
FAIL: 27_io/basic_stringbuf/imbue/char/9322.cc execution test
FAIL: 27_io/ios_base/storage/2.cc execution test
FAIL: 27_io/objects/char/6.cc execution test
FAIL: 27_io/objects/char/7.cc execution test
FAIL: 27_io/objects/char/9661-1.cc execution test
FAIL: 27_io/objects/wchar_t/1.cc execution test
FAIL: 27_io/objects/wchar_t/10.cc execution test
FAIL: 27_io/objects/wchar_t/11.cc execution test
FAIL: 27_io/objects/wchar_t/12.cc execution test
FAIL: 27_io/objects/wchar_t/13.cc execution test
FAIL: 27_io/objects/wchar_t/2.cc execution test
FAIL: 27_io/objects/wchar_t/5.cc execution test
FAIL: 27_io/objects/wchar_t/6.cc execution test
FAIL: 27_io/objects/wchar_t/7.cc execution test
FAIL: 27_io/objects/wchar_t/9520.cc execution test
FAIL: 27_io/objects/wchar_t/9661-1.cc execution test

		=== libstdc++ Summary ===

# of expected passes		2003
# of unexpected failures	339
# of expected failures		11
# of unsupported tests		7
make[3]: *** [check-DEJAGNU] Error 1
Baseline file doesn't exist.
Try 'make new-abi-baseline' to create it.
make[3]: [baseline_symbols] Error 1 (ignored)
make[3]: *** No rule to make target `../src/.libs/libstdc++.so', needed by `current_symbols.txt'.
make[3]: Target `check-local' not remade because of errors.
make[3]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3/testsuite'
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3'
make[1]: *** [check-recursive] Error 1
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libstdc++-v3'
make: *** [check-target-libstdc++-v3] Error 2
make[1]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libiberty'
make[2]: Entering directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libiberty/testsuite'
make[1]: Leaving directory `/home/rmh/tmp/gcc/build/i386-unknown-knetbsd1.6.1-gnu/libiberty'
make: Target `check' not remade because of errors.

--BXVAT5kNtrzKuDFl--