This is the mail archive of the gcc-testresults@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]

Results for 3.4 20030728 (experimental) testsuite on i686-pc-linux-gnu


My default mailer setup may be screwed.
You can reach me at

    ishikawa@yk.rim.or.jp

I used the following shell script to configure and build the
GCC suite.

---

:
#
set -vx

make distclean

rm config.cache

#
#--enable-languages=c
#
# Use absolute pathnaes
# env CC=gcc-cvs
#
env CC=gcc /u2/tools/gcc-mainline-cvs/gcc/configure  \\
	--enable-languages=c,c++,objc	\\
	--program-suffix=-mainline-cvs --enable-nls
#
#env CC=gcc-cvs make BOOT_CFLAGS="-g -pg -O2 -ftest-coverage -fprofile-arcs" bootstrap
# doesn't work
#
env CC="gcc" make BOOT_CFLAGS="-march=athlon-xp -mtune=athlon-xp -g -pg -O2 " bootstrap
# bootstrap-lean

---

[1] The unexpected tests in GCC are code generation problems.


[1-1]
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c: In function \`main':

/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c:263: error: insn does not satisfy its constraints:
(insn 39113 39112 39114 25 (set (strict_low_part (reg:QI 6 bpl))
	(eq:QI (reg:CCZ 17 flags)
	    (const_int 0 [0x0]))) 362 {setcc_2} (insn_list 39111 (insn_list 39112 (nil)))
    (expr_list:REG_DEAD (reg:CCZ 17 flags)
	(nil)))
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c:263: internal compiler error: in build_def_use, at regrename.c:761
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

--------
[1-2]

/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_x.c: In function \`return_v16qi':

/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_x.c:6: error: insn does not satisfy its constraints:
(insn 46 29 33 (set (reg:SI 21 exmm0)
	(reg:SI 0 eax)) 38 {*movsi_1} (nil)
    (nil))
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_x.c:6: internal compiler error: in extract_constrain_insn_cached, at recog.c:1981
Please submit a full bug report,
with preprocessed source if appropriate.

---

[1-3]

/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_y.c: In function \`test_v16qi':

/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_y.c:6: error: unable to find a register to spill in class \`GENERAL_REGS'
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_y.c:6: error: this is the insn:
(insn 39 43 40 0 (set (subreg:SI (reg:V16QI 71) 0)
	(subreg:SI (reg:V16QI 21 exmm0) 0)) 38 {*movsi_1} (nil)
    (nil))
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/gcc.dg/compat/vector-1_y.c:6: internal compiler error: in spill_failure, at reload1.c:1862
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

---
[2] One code generation error in g++.

FAIL: g++.dg/eh/simd-2.C (test for excess errors)
Excess errors:
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/g++.dg/eh/simd-2.C:11: error: insn does not satisfy its constraints:
(insn 40 31 35 0 (set (reg:SI 21 exmm0 [ beachbum+12 ])
	(reg:SI 0 eax)) 38 {*movsi_1} (nil)
    (nil))
/u2/tools/gcc-mainline-cvs/gcc/gcc/testsuite/g++.dg/eh/simd-2.C:11: internal compiler error: in reload_cse_simplify_operands, at postreload.c:378

--

[3]

I have no idea why I get so many errors in libstdc++-v3 check-abi
testing.
LAST_UPDATED: 
Native configuration is i686-pc-linux-gnu

		=== g++ tests ===


Running target unix
FAIL: g++.dg/eh/simd-2.C (test for excess errors)
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
FAIL: g++.dg/expr/anew1.C execution test
FAIL: g++.dg/expr/anew2.C execution test
FAIL: g++.dg/expr/anew3.C execution test
FAIL: g++.dg/expr/anew4.C execution test
FAIL: g++.dg/ext/pretty1.C scan-assembler top level
FAIL: g++.dg/ext/pretty2.C (test for excess errors)
WARNING: g++.dg/ext/pretty2.C compilation failed to produce executable
FAIL: g++.dg/init/array10.C (test for excess errors)
FAIL: g++.dg/opt/template1.C scan-assembler-not foo1
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

		=== g++ Summary ===

# of expected passes		8852
# of unexpected failures	9
# of expected failures		67
# of unsupported tests		25
/u2/tools/gcc-mainline-obj-dir/gcc/testsuite/../g++ version 3.4 20030728 (experimental)

		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/950613-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/950613-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/950613-1.c (test for excess errors)
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3 -fomit-frame-pointer -funroll-loops 
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -O0 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -O1 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -O2 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/wchar_t-1.c execution,  -Os 
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 

		=== gcc Summary ===

# of expected passes		24029
# of unexpected failures	9
# of expected failures		81
# of unresolved testcases	12
# of unsupported tests		138
/u2/tools/gcc-mainline-obj-dir/gcc/xgcc version 3.4 20030728 (experimental)

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1156
/u2/tools/gcc-mainline-obj-dir/gcc/xgcc version 3.4 20030728 (experimental)


		=== libstdc++-v3 check-abi Summary ===

# of added symbols:		 212
# of missing symbols:		 238
# of incompatible symbols:	 242
		=== libstdc++-v3 tests ===


Running target unix
FAIL: 17_intro/header_cassert.cc (test for excess errors)
WARNING: 17_intro/header_cassert.cc compilation failed to produce executable
FAIL: 17_intro/header_cerrno.cc (test for excess errors)
WARNING: 17_intro/header_cerrno.cc compilation failed to produce executable
FAIL: 17_intro/header_ciso646.cc (test for excess errors)
FAIL: 17_intro/header_csetjmp.cc (test for excess errors)
WARNING: 17_intro/header_csetjmp.cc compilation failed to produce executable
FAIL: 17_intro/header_cstdarg.cc (test for excess errors)
WARNING: 17_intro/header_cstdarg.cc compilation failed to produce executable
FAIL: 17_intro/header_cstddef.cc (test for excess errors)
WARNING: 17_intro/header_cstddef.cc compilation failed to produce executable
FAIL: 17_intro/header_cstdio.cc (test for excess errors)
WARNING: 17_intro/header_cstdio.cc compilation failed to produce executable
FAIL: 17_intro/header_cstdlib.cc (test for excess errors)
WARNING: 17_intro/header_cstdlib.cc compilation failed to produce executable
FAIL: 17_intro/header_cstring.cc (test for excess errors)
WARNING: 17_intro/header_cstring.cc compilation failed to produce executable
FAIL: 17_intro/header_ctime.cc (test for excess errors)
WARNING: 17_intro/header_ctime.cc compilation failed to produce executable
FAIL: 17_intro/header_cwchar.cc (test for excess errors)
WARNING: 17_intro/header_cwchar.cc compilation failed to produce executable
FAIL: 17_intro/header_cwctype.cc (test for excess errors)
WARNING: 17_intro/header_cwctype.cc compilation failed to produce executable
FAIL: 17_intro/header_fstream.cc (test for excess errors)
WARNING: 17_intro/header_fstream.cc compilation failed to produce executable
FAIL: 17_intro/header_iomanip.cc (test for excess errors)
WARNING: 17_intro/header_iomanip.cc compilation failed to produce executable
FAIL: 17_intro/header_ios.cc (test for excess errors)
WARNING: 17_intro/header_ios.cc compilation failed to produce executable
FAIL: 17_intro/header_iosfwd.cc (test for excess errors)
WARNING: 17_intro/header_iosfwd.cc compilation failed to produce executable
FAIL: 17_intro/header_iostream.cc (test for excess errors)
WARNING: 17_intro/header_iostream.cc compilation failed to produce executable
FAIL: 17_intro/header_istream.cc (test for excess errors)
WARNING: 17_intro/header_istream.cc compilation failed to produce executable
FAIL: 17_intro/header_ostream.cc (test for excess errors)
WARNING: 17_intro/header_ostream.cc compilation failed to produce executable
FAIL: 17_intro/header_sstream.cc (test for excess errors)
WARNING: 17_intro/header_sstream.cc compilation failed to produce executable
FAIL: 17_intro/header_streambuf.cc (test for excess errors)
WARNING: 17_intro/header_streambuf.cc compilation failed to produce executable
FAIL: 17_intro/headers.cc (test for excess errors)
WARNING: 17_intro/headers.cc compilation failed to produce executable
FAIL: 17_intro/headers_c++.cc (test for excess errors)
WARNING: 17_intro/headers_c++.cc compilation failed to produce executable
FAIL: 17_intro/headers_c.cc (test for excess errors)
WARNING: 17_intro/headers_c.cc compilation failed to produce executable
FAIL: 18_support/new_delete_placement.cc (test for excess errors)
WARNING: 18_support/new_delete_placement.cc compilation failed to produce executable
FAIL: 18_support/numeric_limits.cc (test for excess errors)
WARNING: 18_support/numeric_limits.cc compilation failed to produce executable
FAIL: 19_diagnostics/stdexceptions.cc (test for excess errors)
WARNING: 19_diagnostics/stdexceptions.cc compilation failed to produce executable
FAIL: 20_util/allocator_members.cc (test for excess errors)
WARNING: 20_util/allocator_members.cc compilation failed to produce executable
FAIL: 20_util/auto_ptr.cc (test for excess errors)
WARNING: 20_util/auto_ptr.cc compilation failed to produce executable
FAIL: 20_util/auto_ptr_neg.cc  (test for errors, line 39)
FAIL: 20_util/auto_ptr_neg.cc  (test for errors, line 216)
FAIL: 20_util/auto_ptr_neg.cc  (test for errors, line 338)
FAIL: 20_util/auto_ptr_neg.cc (test for excess errors)
FAIL: 20_util/binders.cc (test for excess errors)
WARNING: 20_util/binders.cc compilation failed to produce executable
FAIL: 20_util/comparisons.cc (test for excess errors)
WARNING: 20_util/comparisons.cc compilation failed to produce executable
FAIL: 20_util/pairs.cc (test for excess errors)
WARNING: 20_util/pairs.cc compilation failed to produce executable
FAIL: 20_util/raw_storage_iterator.cc (test for excess errors)
WARNING: 20_util/raw_storage_iterator.cc compilation failed to produce executable
FAIL: 20_util/temporary_buffer.cc (test for excess errors)
WARNING: 20_util/temporary_buffer.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/append/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/append/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/append/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/append/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/assign/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/assign/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/capacity/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/capacity/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/capacity/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/capacity/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/capacity/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/capacity/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/capacity/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/capacity/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/capacity/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/capacity/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/compare/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/compare/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/compare/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/compare/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/char/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/char/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/char/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/char/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/wchar_t/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/wchar_t/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/cons/wchar_t/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/cons/wchar_t/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/element_access/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/element_access/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/find/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/find/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/insert/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/insert/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/insert/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/insert/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/insert/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/insert/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/insert/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/insert/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/6.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/6.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/7.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/7.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/8.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/8.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/char/9.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/char/9.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/6.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/6.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/7.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/7.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/8.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/8.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/9.cc (test for excess errors)
WARNING: 21_strings/basic_string/inserters_extractors/wchar_t/9.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/operators/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/operators/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/operators/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/operators/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/operators/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/operators/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/operators/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/operators/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/char/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/char/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/char/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/char/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/wchar_t/4.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/wchar_t/4.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/replace/wchar_t/5.cc (test for excess errors)
WARNING: 21_strings/basic_string/replace/wchar_t/5.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/char/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/char/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/char/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/char/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/rfind/wchar_t/3.cc (test for excess errors)
WARNING: 21_strings/basic_string/rfind/wchar_t/3.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/substr/char/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/substr/char/1.cc compilation failed to produce executable
FAIL: 21_strings/basic_string/substr/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/basic_string/substr/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/c_strings/char/1.cc (test for excess errors)
WARNING: 21_strings/c_strings/char/1.cc compilation failed to produce executable
FAIL: 21_strings/c_strings/char/2.cc (test for excess errors)
WARNING: 21_strings/c_strings/char/2.cc compilation failed to produce executable
FAIL: 21_strings/c_strings/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/c_strings/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/c_strings/wchar_t/2.cc (test for excess errors)
WARNING: 21_strings/c_strings/wchar_t/2.cc compilation failed to produce executable
FAIL: 21_strings/char_traits/requirements/char/1.cc (test for excess errors)
WARNING: 21_strings/char_traits/requirements/char/1.cc compilation failed to produce executable
FAIL: 21_strings/char_traits/requirements/wchar_t/1.cc (test for excess errors)
WARNING: 21_strings/char_traits/requirements/wchar_t/1.cc compilation failed to produce executable
FAIL: 21_strings/char_traits/typedefs/char/1.cc (test for excess errors)
WARNING: 21_strings/char_traits/typedefs/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/1.cc (test for excess errors)
FAIL: 22_locale/codecvt/2.cc (test for excess errors)
FAIL: 22_locale/codecvt/always_noconv/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/8.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/8.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/9.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/9.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/in/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/in/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/char/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/char/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/length/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/length/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/out/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/out/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unicode/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/unicode/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unicode/char.cc (test for excess errors)
WARNING: 22_locale/codecvt/unicode/char.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unicode/wchar_t.cc (test for excess errors)
WARNING: 22_locale/codecvt/unicode/wchar_t.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/char/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/char/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/collate/1.cc (test for excess errors)
FAIL: 22_locale/collate/2.cc (test for excess errors)
FAIL: 22_locale/collate/compare/char/1.cc (test for excess errors)
WARNING: 22_locale/collate/compare/char/1.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/char/2.cc (test for excess errors)
WARNING: 22_locale/collate/compare/char/2.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/char/3.cc (test for excess errors)
WARNING: 22_locale/collate/compare/char/3.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/collate/compare/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/collate/compare/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/collate/compare/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/collate/compare/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/collate/compare/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/collate/hash/char/1.cc (test for excess errors)
WARNING: 22_locale/collate/hash/char/1.cc compilation failed to produce executable
FAIL: 22_locale/collate/hash/char/2.cc (test for excess errors)
WARNING: 22_locale/collate/hash/char/2.cc compilation failed to produce executable
FAIL: 22_locale/collate/hash/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/collate/hash/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/collate/hash/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/collate/hash/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/collate/hash/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/collate/hash/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/collate/transform/char/2.cc (test for excess errors)
WARNING: 22_locale/collate/transform/char/2.cc compilation failed to produce executable
FAIL: 22_locale/collate/transform/char/3.cc (test for excess errors)
WARNING: 22_locale/collate/transform/char/3.cc compilation failed to produce executable
FAIL: 22_locale/collate/transform/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/collate/transform/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/collate/transform/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/collate/transform/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/collate/transform/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/collate/transform/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/collate_byname/1.cc (test for excess errors)
WARNING: 22_locale/collate_byname/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/1.cc (test for excess errors)
FAIL: 22_locale/ctype/2.cc (test for excess errors)
FAIL: 22_locale/ctype/cons/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/cons/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/cons/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/cons/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/cons/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/cons/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/is/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/char/2.cc (test for excess errors)
WARNING: 22_locale/ctype/is/char/2.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/char/3.cc (test for excess errors)
WARNING: 22_locale/ctype/is/char/3.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/is/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/is/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/ctype/is/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/ctype/is/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/is/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/is/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/is/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/char/2.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/char/2.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/scan/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/scan/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/to/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/to/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/to/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/ctype/to/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/to/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/to/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/to/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/char/1.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/char/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/ctype/widen/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/ctype/widen/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/facet/1.cc (test for excess errors)
WARNING: 22_locale/facet/1.cc compilation failed to produce executable
FAIL: 22_locale/facet/2.cc (test for excess errors)
WARNING: 22_locale/facet/2.cc compilation failed to produce executable
FAIL: 22_locale/global_templates/1.cc (test for excess errors)
WARNING: 22_locale/global_templates/1.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/1.cc (test for excess errors)
WARNING: 22_locale/locale/cons/1.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/2.cc (test for excess errors)
WARNING: 22_locale/locale/cons/2.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/4.cc (test for excess errors)
WARNING: 22_locale/locale/cons/4.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/5.cc (test for excess errors)
WARNING: 22_locale/locale/cons/5.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/6.cc (test for excess errors)
WARNING: 22_locale/locale/cons/6.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/7.cc (test for excess errors)
WARNING: 22_locale/locale/cons/7.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/7222-c.cc (test for excess errors)
WARNING: 22_locale/locale/cons/7222-c.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/7222-env.cc (test for excess errors)
WARNING: 22_locale/locale/cons/7222-env.cc compilation failed to produce executable
FAIL: 22_locale/locale/cons/8.cc (test for excess errors)
WARNING: 22_locale/locale/cons/8.cc compilation failed to produce executable
FAIL: 22_locale/locale/global_locale_objects/1.cc (test for excess errors)
WARNING: 22_locale/locale/global_locale_objects/1.cc compilation failed to produce executable
FAIL: 22_locale/locale/global_locale_objects/2.cc (test for excess errors)
WARNING: 22_locale/locale/global_locale_objects/2.cc compilation failed to produce executable
FAIL: 22_locale/locale/global_locale_objects/3.cc (test for excess errors)
WARNING: 22_locale/locale/global_locale_objects/3.cc compilation failed to produce executable
FAIL: 22_locale/locale/operations/1.cc (test for excess errors)
WARNING: 22_locale/locale/operations/1.cc compilation failed to produce executable
FAIL: 22_locale/locale/operations/2.cc (test for excess errors)
WARNING: 22_locale/locale/operations/2.cc compilation failed to produce executable
FAIL: 22_locale/messages/1.cc (test for excess errors)
FAIL: 22_locale/messages/2.cc (test for excess errors)
FAIL: 22_locale/messages/members/char/1.cc (test for excess errors)
WARNING: 22_locale/messages/members/char/1.cc compilation failed to produce executable
FAIL: 22_locale/messages/members/char/2.cc (test for excess errors)
WARNING: 22_locale/messages/members/char/2.cc compilation failed to produce executable
FAIL: 22_locale/messages/members/char/3.cc (test for excess errors)
WARNING: 22_locale/messages/members/char/3.cc compilation failed to produce executable
FAIL: 22_locale/messages/members/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/messages/members/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/messages/members/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/messages/members/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/messages_byname/1.cc (test for excess errors)
WARNING: 22_locale/messages_byname/1.cc compilation failed to produce executable
FAIL: 22_locale/money_get/1.cc (test for excess errors)
FAIL: 22_locale/money_get/2.cc (test for excess errors)
FAIL: 22_locale/money_get/get/char/1.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/1.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/11528.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/11528.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/2.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/2.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/3.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/3.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/4.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/4.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/5.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/5.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/6.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/6.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/7.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/7.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/8.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/8.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/9.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/9.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/money_get/get/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/11528.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/11528.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/8.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/8.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/9.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/9.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/money_get/get/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/money_put/1.cc (test for excess errors)
FAIL: 22_locale/money_put/2.cc (test for excess errors)
FAIL: 22_locale/money_put/put/char/1.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/1.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/2.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/2.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/3.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/3.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/4.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/4.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/5.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/5.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/6.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/6.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/money_put/put/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/money_put/put/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/money_put/put/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/1.cc (test for excess errors)
FAIL: 22_locale/moneypunct/2.cc (test for excess errors)
FAIL: 22_locale/moneypunct/3.cc (test for excess errors)
FAIL: 22_locale/moneypunct/members/char/1.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/char/1.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/char/2.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/char/2.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/moneypunct_byname/1.cc (test for excess errors)
WARNING: 22_locale/moneypunct_byname/1.cc compilation failed to produce executable
FAIL: 22_locale/num_get/1.cc (test for excess errors)
FAIL: 22_locale/num_get/2.cc (test for excess errors)
FAIL: 22_locale/num_get/get/char/1.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/1.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/2.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/2.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/3.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/3.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/4.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/4.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/5.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/5.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/6.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/6.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/num_get/get/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/num_get/get/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/num_get/get/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/num_put/1.cc (test for excess errors)
FAIL: 22_locale/num_put/2.cc (test for excess errors)
FAIL: 22_locale/num_put/put/char/1.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/1.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/2.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/2.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/3.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/3.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/4.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/4.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/5.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/5.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/6.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/6.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/7.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/7.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/num_put/put/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/num_put/put/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/num_put/put/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/1.cc (test for excess errors)
FAIL: 22_locale/numpunct/2.cc (test for excess errors)
FAIL: 22_locale/numpunct/members/char/1.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/char/2.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/2.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/char/cache_1.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/cache_1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/char/cache_2.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/cache_2.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/pod/1.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/pod/1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/pod/2.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/pod/2.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/cache_1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/cache_2.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/numpunct/members/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/numpunct/members/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/numpunct_byname/1.cc (test for excess errors)
WARNING: 22_locale/numpunct_byname/1.cc compilation failed to produce executable
FAIL: 22_locale/numpunct_byname/2.cc (test for excess errors)
WARNING: 22_locale/numpunct_byname/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/1.cc (test for excess errors)
FAIL: 22_locale/time_get/2.cc (test for excess errors)
FAIL: 22_locale/time_get/date_order/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/date_order/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/date_order/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/date_order/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/date_order/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/char/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/char/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/char/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/char/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/char/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/char/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/char/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/char/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/char/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/char/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/char/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/char/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/char/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/char/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_put/1.cc (test for excess errors)
FAIL: 22_locale/time_put/2.cc (test for excess errors)
FAIL: 22_locale/time_put/put/char/1.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/1.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/10.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/10.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/2.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/2.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/3.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/3.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/4.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/4.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/5.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/5.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/6.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/6.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/7.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/7.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/8.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/8.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/9.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/9.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/char/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_put/put/char/wrapped_locale.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/1.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/1.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/10.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/10.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/2.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/2.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/3.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/3.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/4.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/4.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/5.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/5.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/6.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/6.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/7.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/7.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/8.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/8.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/9.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/9.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/wrapped_env.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/wrapped_env.cc compilation failed to produce executable
FAIL: 22_locale/time_put/put/wchar_t/wrapped_locale.cc (test for excess errors)
WARNING: 22_locale/time_put/put/wchar_t/wrapped_locale.cc compilation failed to produce executable
FAIL: 23_containers/adaptors.cc (test for excess errors)
WARNING: 23_containers/adaptors.cc compilation failed to produce executable
FAIL: 23_containers/bitset_ctor.cc (test for excess errors)
WARNING: 23_containers/bitset_ctor.cc compilation failed to produce executable
FAIL: 23_containers/bitset_members.cc (test for excess errors)
WARNING: 23_containers/bitset_members.cc compilation failed to produce executable
FAIL: 23_containers/bitset_shift.cc (test for excess errors)
WARNING: 23_containers/bitset_shift.cc compilation failed to produce executable
FAIL: 23_containers/deque_ctor.cc (test for excess errors)
WARNING: 23_containers/deque_ctor.cc compilation failed to produce executable
FAIL: 23_containers/deque_operators.cc (test for excess errors)
WARNING: 23_containers/deque_operators.cc compilation failed to produce executable
FAIL: 23_containers/list_capacity.cc (test for excess errors)
WARNING: 23_containers/list_capacity.cc compilation failed to produce executable
FAIL: 23_containers/list_ctor.cc (test for excess errors)
WARNING: 23_containers/list_ctor.cc compilation failed to produce executable
FAIL: 23_containers/list_modifiers.cc (test for excess errors)
WARNING: 23_containers/list_modifiers.cc compilation failed to produce executable
FAIL: 23_containers/list_operators.cc (test for excess errors)
WARNING: 23_containers/list_operators.cc compilation failed to produce executable
FAIL: 23_containers/map_insert.cc (test for excess errors)
WARNING: 23_containers/map_insert.cc compilation failed to produce executable
FAIL: 23_containers/map_operators.cc (test for excess errors)
WARNING: 23_containers/map_operators.cc compilation failed to produce executable
FAIL: 23_containers/map_operators_neg.cc  (test for errors, line 41)
FAIL: 23_containers/map_operators_neg.cc  (test for errors, line 42)
FAIL: 23_containers/map_operators_neg.cc (test for excess errors)
FAIL: 23_containers/multiset.cc (test for excess errors)
WARNING: 23_containers/multiset.cc compilation failed to produce executable
FAIL: 23_containers/set_operators_neg.cc  (test for errors, line 39)
FAIL: 23_containers/set_operators_neg.cc  (test for errors, line 40)
FAIL: 23_containers/set_operators_neg.cc (test for excess errors)
FAIL: 23_containers/vector_bool.cc (test for excess errors)
WARNING: 23_containers/vector_bool.cc compilation failed to produce executable
FAIL: 23_containers/vector_capacity.cc (test for excess errors)
WARNING: 23_containers/vector_capacity.cc compilation failed to produce executable
FAIL: 23_containers/vector_ctor.cc (test for excess errors)
WARNING: 23_containers/vector_ctor.cc compilation failed to produce executable
FAIL: 23_containers/vector_element_access.cc (test for excess errors)
WARNING: 23_containers/vector_element_access.cc compilation failed to produce executable
FAIL: 23_containers/vector_modifiers.cc (test for excess errors)
WARNING: 23_containers/vector_modifiers.cc compilation failed to produce executable
FAIL: 23_containers/vector_resize.cc (test for excess errors)
WARNING: 23_containers/vector_resize.cc compilation failed to produce executable
FAIL: 24_iterators/back_insert_iterator.cc (test for excess errors)
WARNING: 24_iterators/back_insert_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/front_insert_iterator.cc (test for excess errors)
WARNING: 24_iterators/front_insert_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/insert_iterator.cc (test for excess errors)
WARNING: 24_iterators/insert_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/istream_iterator.cc (test for excess errors)
WARNING: 24_iterators/istream_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/istreambuf_iterator.cc (test for excess errors)
WARNING: 24_iterators/istreambuf_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/iterator.cc (test for excess errors)
WARNING: 24_iterators/iterator.cc compilation failed to produce executable
FAIL: 24_iterators/ostream_iterator.cc (test for excess errors)
WARNING: 24_iterators/ostream_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/ostreambuf_iterator.cc (test for excess errors)
WARNING: 24_iterators/ostreambuf_iterator.cc compilation failed to produce executable
FAIL: 24_iterators/rel_ops.cc (test for excess errors)
WARNING: 24_iterators/rel_ops.cc compilation failed to produce executable
FAIL: 24_iterators/reverse_iterator/1.cc (test for excess errors)
WARNING: 24_iterators/reverse_iterator/1.cc compilation failed to produce executable
FAIL: 24_iterators/reverse_iterator/2.cc (test for excess errors)
WARNING: 24_iterators/reverse_iterator/2.cc compilation failed to produce executable
FAIL: 24_iterators/reverse_iterator/3.cc (test for excess errors)
WARNING: 24_iterators/reverse_iterator/3.cc compilation failed to produce executable
FAIL: 25_algorithms/binary_search.cc (test for excess errors)
WARNING: 25_algorithms/binary_search.cc compilation failed to produce executable
FAIL: 25_algorithms/copy.cc (test for excess errors)
WARNING: 25_algorithms/copy.cc compilation failed to produce executable
FAIL: 25_algorithms/equal.cc (test for excess errors)
FAIL: 25_algorithms/heap.cc (test for excess errors)
WARNING: 25_algorithms/heap.cc compilation failed to produce executable
FAIL: 25_algorithms/lower_bound.cc (test for excess errors)
WARNING: 25_algorithms/lower_bound.cc compilation failed to produce executable
FAIL: 25_algorithms/min_max.cc (test for excess errors)
WARNING: 25_algorithms/min_max.cc compilation failed to produce executable
FAIL: 25_algorithms/partition.cc (test for excess errors)
WARNING: 25_algorithms/partition.cc compilation failed to produce executable
FAIL: 25_algorithms/rotate.cc (test for excess errors)
WARNING: 25_algorithms/rotate.cc compilation failed to produce executable
FAIL: 25_algorithms/sort.cc (test for excess errors)
WARNING: 25_algorithms/sort.cc compilation failed to produce executable
FAIL: 25_algorithms/unique.cc (test for excess errors)
WARNING: 25_algorithms/unique.cc compilation failed to produce executable
FAIL: 26_numerics/binary_closure.cc (test for excess errors)
WARNING: 26_numerics/binary_closure.cc compilation failed to produce executable
FAIL: 26_numerics/buggy_complex.cc (test for excess errors)
WARNING: 26_numerics/buggy_complex.cc compilation failed to produce executable
FAIL: 26_numerics/c99_classification_macros_c++.cc (test for excess errors)
FAIL: 26_numerics/c_math.cc (test for excess errors)
WARNING: 26_numerics/c_math.cc compilation failed to produce executable
FAIL: 26_numerics/c_math_dynamic.cc (test for excess errors)
FAIL: 26_numerics/complex_inserters_extractors.cc (test for excess errors)
WARNING: 26_numerics/complex_inserters_extractors.cc compilation failed to produce executable
FAIL: 26_numerics/complex_value.cc (test for excess errors)
WARNING: 26_numerics/complex_value.cc compilation failed to produce executable
FAIL: 26_numerics/fabs_inline.cc (test for excess errors)
WARNING: 26_numerics/fabs_inline.cc compilation failed to produce executable
FAIL: 26_numerics/slice.cc (test for excess errors)
WARNING: 26_numerics/slice.cc compilation failed to produce executable
FAIL: 26_numerics/slice_array_assignment.cc (test for excess errors)
WARNING: 26_numerics/slice_array_assignment.cc compilation failed to produce executable
FAIL: 26_numerics/sum_diff.cc (test for excess errors)
WARNING: 26_numerics/sum_diff.cc compilation failed to produce executable
FAIL: 26_numerics/valarray.cc (test for excess errors)
WARNING: 26_numerics/valarray.cc compilation failed to produce executable
FAIL: 26_numerics/valarray_const_bracket.cc (test for excess errors)
WARNING: 26_numerics/valarray_const_bracket.cc compilation failed to produce executable
FAIL: 26_numerics/valarray_name_lookup.cc (test for excess errors)
FAIL: 26_numerics/valarray_operators.cc (test for excess errors)
WARNING: 26_numerics/valarray_operators.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/1.cc (test for excess errors)
FAIL: 27_io/basic_filebuf/2.cc (test for excess errors)
FAIL: 27_io/basic_filebuf/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/4.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/4.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/4.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/4.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/4879.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/4879.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/5.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/5.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/close/char/9964.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/close/char/9964.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/cons/wchar_t/10132-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/cons/wchar_t/10132-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/char/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/char/9322.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/char/9322.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/wchar_t/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/wchar_t/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/wchar_t/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/wchar_t/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/wchar_t/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/imbue/wchar_t/9322.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/imbue/wchar_t/9322.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/in_avail/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/in_avail/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/is_open/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/is_open/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/open/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/open/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/open/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/open/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/open/char/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/open/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/open/char/9507.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/open/char/9507.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/2-unbuf.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/2-unbuf.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/3599.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/3599.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/9169.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/9169.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/9182-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/9182-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/char/9988.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/char/9988.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/wchar_t/11305-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/wchar_t/11305-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/wchar_t/11305-3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/overflow/wchar_t/11305-4.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/overflow/wchar_t/11305-4.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/pbackfail/char/9761.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/pbackfail/char/9761.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sbumpc/char/9825.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sbumpc/char/9825.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/10132-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/10132-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/3-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/3-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/3-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/3-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/char/3-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/char/3-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/10132-3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/10132-3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/3-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/3-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/3-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/3-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/char/3-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/char/3-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/setbuf/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/setbuf/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/setbuf/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/setbuf/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/setbuf/char/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/setbuf/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sgetn/char/3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sgetn/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/showmanyc/char/9533-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/showmanyc/char/9533-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/showmanyc/char/9533-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/showmanyc/char/9533-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/snextc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/snextc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputbackc/char/9425.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputbackc/char/9425.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputc/char/9701-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputc/char/9701-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/9339.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/9339.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sputn/char/9701-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sputn/char/9701-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/1-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/1-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/1-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/1-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/1-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/1-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/2-in.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/2-in.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/2-io.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/2-io.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sungetc/char/2-out.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sungetc/char/2-out.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sync/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sync/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/sync/char/9182-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/sync/char/9182-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/10096.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/10096.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/char/1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/char/10097.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/char/10097.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/char/2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/char/9027.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/char/9027.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-1.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/11389-1.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-2.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/11389-2.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-3.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/11389-3.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/11389-4.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/11389-4.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/9178.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/9178.cc compilation failed to produce executable
FAIL: 27_io/basic_filebuf/underflow/wchar_t/9520.cc (test for excess errors)
WARNING: 27_io/basic_filebuf/underflow/wchar_t/9520.cc compilation failed to produce executable
FAIL: 27_io/basic_fstream/1.cc (test for excess errors)
FAIL: 27_io/basic_fstream/2.cc (test for excess errors)
FAIL: 27_io/basic_fstream/3.cc (test for excess errors)
FAIL: 27_io/basic_fstream/4.cc (test for excess errors)
WARNING: 27_io/basic_fstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_fstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_fstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_ifstream/1.cc (test for excess errors)
FAIL: 27_io/basic_ifstream/2.cc (test for excess errors)
FAIL: 27_io/basic_ifstream/3.cc (test for excess errors)
FAIL: 27_io/basic_ifstream/4.cc (test for excess errors)
WARNING: 27_io/basic_ifstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ifstream/cons/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ifstream/cons/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ifstream/open/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ifstream/open/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ifstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_ifstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/1.cc (test for excess errors)
FAIL: 27_io/basic_ios/2.cc (test for excess errors)
FAIL: 27_io/basic_ios/3.cc (test for excess errors)
WARNING: 27_io/basic_ios/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/4.cc (test for excess errors)
WARNING: 27_io/basic_ios/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/clear/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ios/clear/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/cons/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ios/cons/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/cons/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ios/cons/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/cons/char/3.cc (test for excess errors)
WARNING: 27_io/basic_ios/cons/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/copyfmt/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ios/copyfmt/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/copyfmt/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ios/copyfmt/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/exceptions/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ios/exceptions/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ios/locales/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ios/locales/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_iostream/1.cc (test for excess errors)
FAIL: 27_io/basic_iostream/2.cc (test for excess errors)
FAIL: 27_io/basic_iostream/3.cc (test for excess errors)
FAIL: 27_io/basic_iostream/4.cc (test for excess errors)
WARNING: 27_io/basic_iostream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/1.cc (test for excess errors)
FAIL: 27_io/basic_istream/2.cc (test for excess errors)
FAIL: 27_io/basic_istream/3.cc (test for excess errors)
FAIL: 27_io/basic_istream/4.cc (test for excess errors)
WARNING: 27_io/basic_istream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/exceptions/char/9561.cc (test for excess errors)
WARNING: 27_io/basic_istream/exceptions/char/9561.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/01.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/01.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/02.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/02.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/03.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/03.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/06.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/06.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/07.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/07.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/08.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/08.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/09.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/09.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/10.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/10.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/11.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/11.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/12.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/13.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/13.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_character/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/11095-i.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_character/char/11095-i.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_character/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/3.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_character/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/9555-ic.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_character/char/9555-ic.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_character/char/9826.cc (test for excess errors)
FAIL: 27_io/basic_istream/extractors_other/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_other/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_other/char/3.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_other/char/9318-in.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/9318-in.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_other/char/9424-in.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/9424-in.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/extractors_other/char/9555-io.cc (test for excess errors)
WARNING: 27_io/basic_istream/extractors_other/char/9555-io.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/get/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/get/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/get/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/get/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/getline/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/getline/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/getline/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/getline/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/getline/char/3.cc (test for excess errors)
WARNING: 27_io/basic_istream/getline/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/ignore/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/ignore/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/ignore/char/6360.cc (test for excess errors)
WARNING: 27_io/basic_istream/ignore/char/6360.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/ignore/char/7220.cc (test for excess errors)
WARNING: 27_io/basic_istream/ignore/char/7220.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/peek/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/peek/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/peek/char/6414.cc (test for excess errors)
WARNING: 27_io/basic_istream/peek/char/6414.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/putback/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/putback/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/read/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/read/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/read/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/read/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/read/char/3.cc (test for excess errors)
WARNING: 27_io/basic_istream/read/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/readsome/char/6746-1.cc (test for excess errors)
WARNING: 27_io/basic_istream/readsome/char/6746-1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/readsome/char/6746-2.cc (test for excess errors)
WARNING: 27_io/basic_istream/readsome/char/6746-2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/readsome/char/8258.cc (test for excess errors)
WARNING: 27_io/basic_istream/readsome/char/8258.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/2346-fstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/2346-fstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/2346-sstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/2346-sstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/8348-1.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/8348-1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/8348-2.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/8348-2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/fstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/fstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/seekg/char/sstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/seekg/char/sstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/sentry/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/sentry/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/sentry/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/sentry/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/sentry/char/3.cc (test for excess errors)
WARNING: 27_io/basic_istream/sentry/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/sentry/char/3983-fstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/sentry/char/3983-fstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/sentry/char/3983-sstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/sentry/char/3983-sstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/tellg/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/tellg/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/tellg/char/2.cc (test for excess errors)
WARNING: 27_io/basic_istream/tellg/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/tellg/char/8348.cc (test for excess errors)
WARNING: 27_io/basic_istream/tellg/char/8348.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/tellg/char/fstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/tellg/char/fstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/tellg/char/sstream.cc (test for excess errors)
WARNING: 27_io/basic_istream/tellg/char/sstream.cc compilation failed to produce executable
FAIL: 27_io/basic_istream/ws/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istream/ws/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_istringstream/1.cc (test for excess errors)
FAIL: 27_io/basic_istringstream/2.cc (test for excess errors)
FAIL: 27_io/basic_istringstream/3.cc (test for excess errors)
FAIL: 27_io/basic_istringstream/4.cc (test for excess errors)
WARNING: 27_io/basic_istringstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_istringstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_istringstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_istringstream/str/char/1.cc (test for excess errors)
WARNING: 27_io/basic_istringstream/str/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ofstream/1.cc (test for excess errors)
FAIL: 27_io/basic_ofstream/2.cc (test for excess errors)
FAIL: 27_io/basic_ofstream/3.cc (test for excess errors)
FAIL: 27_io/basic_ofstream/4.cc (test for excess errors)
WARNING: 27_io/basic_ofstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ofstream/cons/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ofstream/cons/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ofstream/open/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ofstream/open/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ofstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_ofstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/1.cc (test for excess errors)
FAIL: 27_io/basic_ostream/2.cc (test for excess errors)
FAIL: 27_io/basic_ostream/3.cc (test for excess errors)
FAIL: 27_io/basic_ostream/4.cc (test for excess errors)
WARNING: 27_io/basic_ostream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/cons/char/9827.cc (test for excess errors)
WARNING: 27_io/basic_ostream/cons/char/9827.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/endl/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/endl/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/ends/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/ends/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/ends/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/ends/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/exceptions/char/9561.cc (test for excess errors)
WARNING: 27_io/basic_ostream/exceptions/char/9561.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/flush/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/flush/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/3.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/4.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/4402.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/4402.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/5.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/5.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/6.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/6.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/11095-oa.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/11095-oa.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/11095-ob.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/11095-ob.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/11095-oc.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/11095-oc.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/3.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/4.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/5.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/5.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/6.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/6.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/8.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/8.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/char/9555-oc.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/char/9555-oc.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/wchar_t/7.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/wchar_t/7.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_character/wchar_t/8.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_character/wchar_t/8.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/3.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/4.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/9318-out.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/9318-out.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/9424-out.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/9424-out.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/inserters_other/char/9555-oo.cc (test for excess errors)
WARNING: 27_io/basic_ostream/inserters_other/char/9555-oo.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/sentry/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/sentry/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/sentry/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/sentry/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/sentry/char/3983-fstream.cc (test for excess errors)
WARNING: 27_io/basic_ostream/sentry/char/3983-fstream.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/sentry/char/3983-sstream.cc (test for excess errors)
WARNING: 27_io/basic_ostream/sentry/char/3983-sstream.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/tellp/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostream/tellp/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostream/tellp/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostream/tellp/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_ostringstream/1.cc (test for excess errors)
FAIL: 27_io/basic_ostringstream/2.cc (test for excess errors)
FAIL: 27_io/basic_ostringstream/3.cc (test for excess errors)
FAIL: 27_io/basic_ostringstream/4.cc (test for excess errors)
WARNING: 27_io/basic_ostringstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_ostringstream/cons/char/3.cc (test for excess errors)
WARNING: 27_io/basic_ostringstream/cons/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_ostringstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_ostringstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_ostringstream/str/char/1.cc (test for excess errors)
WARNING: 27_io/basic_ostringstream/str/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_ostringstream/str/char/2.cc (test for excess errors)
WARNING: 27_io/basic_ostringstream/str/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/1.cc (test for excess errors)
FAIL: 27_io/basic_streambuf/2.cc (test for excess errors)
FAIL: 27_io/basic_streambuf/3.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/3.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/cons/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/cons/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/imbue/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/imbue/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/imbue/char/9322.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/imbue/char/9322.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/in_avail/char/9701-3.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/in_avail/char/9701-3.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/overflow/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/overflow/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/overflow/char/2.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/overflow/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/overflow/char/3599.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/overflow/char/3599.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sgetc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sgetc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sgetn/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sgetn/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sputbackc/char/9538.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sputbackc/char/9538.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sputc/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sputc/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sputn/char/1.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sputn/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sputn/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sputn/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_streambuf/sync/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_streambuf/sync/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/1.cc (test for excess errors)
FAIL: 27_io/basic_stringbuf/2.cc (test for excess errors)
FAIL: 27_io/basic_stringbuf/3.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/3.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/4.cc (test for excess errors)
FAIL: 27_io/basic_stringbuf/5.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/5.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/imbue/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/imbue/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/imbue/char/9322.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/imbue/char/9322.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/in_avail/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/in_avail/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/overflow/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/overflow/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/overflow/char/3599.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/overflow/char/3599.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/overflow/char/9988.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/overflow/char/9988.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sbumpc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sbumpc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sbumpc/char/9825.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sbumpc/char/9825.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/seekoff/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/seekoff/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/seekoff/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/seekoff/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/seekpos/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/seekpos/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/seekpos/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/seekpos/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/seekpos/char/3.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/seekpos/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/setbuf/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/setbuf/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/setbuf/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/setbuf/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/setbuf/char/3.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/setbuf/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sgetc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sgetn/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sgetn/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/snextc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/snextc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputbackc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputbackc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputbackc/char/9425.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputbackc/char/9425.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputc/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputc/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputc/char/9404-1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputc/char/9404-1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputn/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputn/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputn/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputn/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sputn/char/9404-2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sputn/char/9404-2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/str/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/str/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/str/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/str/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/str/char/3.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/str/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/str/char/3955.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/str/char/3955.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sungetc/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sungetc/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringbuf/sync/char/1057.cc (test for excess errors)
WARNING: 27_io/basic_stringbuf/sync/char/1057.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/1.cc (test for excess errors)
FAIL: 27_io/basic_stringstream/2.cc (test for excess errors)
FAIL: 27_io/basic_stringstream/3.cc (test for excess errors)
FAIL: 27_io/basic_stringstream/4.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/4.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/rdbuf/char/2832.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/rdbuf/char/2832.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/str/char/1.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/str/char/1.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/str/char/2.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/str/char/2.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/str/char/3.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/str/char/3.cc compilation failed to produce executable
FAIL: 27_io/basic_stringstream/str/char/4.cc (test for excess errors)
WARNING: 27_io/basic_stringstream/str/char/4.cc compilation failed to produce executable
FAIL: 27_io/fpos/1.cc (test for excess errors)
FAIL: 27_io/fpos/mbstate_t/1.cc (test for excess errors)
WARNING: 27_io/fpos/mbstate_t/1.cc compilation failed to produce executable
FAIL: 27_io/fpos/mbstate_t/2.cc (test for excess errors)
WARNING: 27_io/fpos/mbstate_t/2.cc compilation failed to produce executable
FAIL: 27_io/fpos/mbstate_t/3.cc (test for excess errors)
WARNING: 27_io/fpos/mbstate_t/3.cc compilation failed to produce executable
FAIL: 27_io/ios_base/callbacks/1.cc (test for excess errors)
WARNING: 27_io/ios_base/callbacks/1.cc compilation failed to produce executable
FAIL: 27_io/ios_base/cons/assign_neg.cc  (test for errors, line 41)
FAIL: 27_io/ios_base/cons/assign_neg.cc  (test for errors, line 748)
FAIL: 27_io/ios_base/cons/assign_neg.cc  (test for errors, line )
FAIL: 27_io/ios_base/cons/assign_neg.cc (test for excess errors)
FAIL: 27_io/ios_base/cons/copy_neg.cc  (test for errors, line 41)
FAIL: 27_io/ios_base/cons/copy_neg.cc  (test for errors, line 745)
FAIL: 27_io/ios_base/cons/copy_neg.cc  (test for errors, line )
FAIL: 27_io/ios_base/cons/copy_neg.cc (test for excess errors)
FAIL: 27_io/ios_base/state/1.cc (test for excess errors)
WARNING: 27_io/ios_base/state/1.cc compilation failed to produce executable
FAIL: 27_io/ios_base/storage/1.cc (test for excess errors)
WARNING: 27_io/ios_base/storage/1.cc compilation failed to produce executable
FAIL: 27_io/ios_base/storage/2.cc (test for excess errors)
WARNING: 27_io/ios_base/storage/2.cc compilation failed to produce executable
FAIL: 27_io/ios_base/storage/3.cc (test for excess errors)
WARNING: 27_io/ios_base/storage/3.cc compilation failed to produce executable
FAIL: 27_io/ios_base/sync_with_stdio/1.cc (test for excess errors)
WARNING: 27_io/ios_base/sync_with_stdio/1.cc compilation failed to produce executable
FAIL: 27_io/ios_base/sync_with_stdio/2.cc (test for excess errors)
WARNING: 27_io/ios_base/sync_with_stdio/2.cc compilation failed to produce executable
FAIL: 27_io/ios_base/sync_with_stdio/9523.cc (test for excess errors)
WARNING: 27_io/ios_base/sync_with_stdio/9523.cc compilation failed to produce executable
FAIL: 27_io/manipulators/adjustfield/char/1.cc (test for excess errors)
WARNING: 27_io/manipulators/adjustfield/char/1.cc compilation failed to produce executable
FAIL: 27_io/manipulators/adjustfield/char/2.cc (test for excess errors)
WARNING: 27_io/manipulators/adjustfield/char/2.cc compilation failed to produce executable
FAIL: 27_io/manipulators/basefield/char/1.cc (test for excess errors)
WARNING: 27_io/manipulators/basefield/char/1.cc compilation failed to produce executable
FAIL: 27_io/manipulators/standard/char/1.cc (test for excess errors)
WARNING: 27_io/manipulators/standard/char/1.cc compilation failed to produce executable
FAIL: 27_io/manipulators/standard/char/2.cc (test for excess errors)
WARNING: 27_io/manipulators/standard/char/2.cc compilation failed to produce executable
FAIL: 27_io/objects/char/1.cc (test for excess errors)
WARNING: 27_io/objects/char/1.cc compilation failed to produce executable
FAIL: 27_io/objects/char/10.cc (test for excess errors)
WARNING: 27_io/objects/char/10.cc compilation failed to produce executable
FAIL: 27_io/objects/char/2.cc (test for excess errors)
WARNING: 27_io/objects/char/2.cc compilation failed to produce executable
FAIL: 27_io/objects/char/3045.cc (test for excess errors)
WARNING: 27_io/objects/char/3045.cc compilation failed to produce executable
FAIL: 27_io/objects/char/3647.cc (test for excess errors)
WARNING: 27_io/objects/char/3647.cc compilation failed to produce executable
FAIL: 27_io/objects/char/5.cc (test for excess errors)
WARNING: 27_io/objects/char/5.cc compilation failed to produce executable
FAIL: 27_io/objects/char/5268.cc (test for excess errors)
WARNING: 27_io/objects/char/5268.cc compilation failed to produce executable
FAIL: 27_io/objects/char/6.cc (test for excess errors)
WARNING: 27_io/objects/char/6.cc compilation failed to produce executable
FAIL: 27_io/objects/char/7.cc (test for excess errors)
WARNING: 27_io/objects/char/7.cc compilation failed to produce executable
FAIL: 27_io/objects/char/8.cc (test for excess errors)
WARNING: 27_io/objects/char/8.cc compilation failed to produce executable
FAIL: 27_io/objects/char/9.cc (test for excess errors)
WARNING: 27_io/objects/char/9.cc compilation failed to produce executable
FAIL: 27_io/objects/char/9661-1.cc (test for excess errors)
WARNING: 27_io/objects/char/9661-1.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/1.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/1.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/10.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/10.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/2.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/2.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/3045.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/3045.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/3647.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/3647.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/5.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/5.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/5268.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/5268.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/6.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/6.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/7.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/7.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/8.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/8.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/9520.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/9520.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/9661-1.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/9661-1.cc compilation failed to produce executable
FAIL: 27_io/objects/wchar_t/9662.cc (test for excess errors)
WARNING: 27_io/objects/wchar_t/9662.cc compilation failed to produce executable
FAIL: 27_io/types/1.cc (test for excess errors)
WARNING: 27_io/types/1.cc compilation failed to produce executable
FAIL: 27_io/types/2.cc (test for excess errors)
WARNING: 27_io/types/2.cc compilation failed to produce executable
FAIL: backward/header_deque_h.cc (test for excess errors)
WARNING: backward/header_deque_h.cc compilation failed to produce executable
FAIL: backward/header_hash_map_h.cc (test for excess errors)
WARNING: backward/header_hash_map_h.cc compilation failed to produce executable
FAIL: backward/header_hash_set_h.cc (test for excess errors)
WARNING: backward/header_hash_set_h.cc compilation failed to produce executable
FAIL: backward/header_hashtable_h.cc (test for excess errors)
WARNING: backward/header_hashtable_h.cc compilation failed to produce executable
FAIL: backward/header_iterator_h.cc (test for excess errors)
WARNING: backward/header_iterator_h.cc compilation failed to produce executable
FAIL: backward/header_rope_h.cc (test for excess errors)
WARNING: backward/header_rope_h.cc compilation failed to produce executable
FAIL: backward/header_slist_h.cc (test for excess errors)
WARNING: backward/header_slist_h.cc compilation failed to produce executable
FAIL: backward/header_tempbuf_h.cc (test for excess errors)
WARNING: backward/header_tempbuf_h.cc compilation failed to produce executable
FAIL: backward/strstream_members.cc (test for excess errors)
WARNING: backward/strstream_members.cc compilation failed to produce executable
FAIL: demangle/abi_examples/01.cc (test for excess errors)
WARNING: demangle/abi_examples/01.cc compilation failed to produce executable
FAIL: demangle/abi_examples/02.cc (test for excess errors)
WARNING: demangle/abi_examples/02.cc compilation failed to produce executable
FAIL: demangle/abi_examples/03.cc (test for excess errors)
WARNING: demangle/abi_examples/03.cc compilation failed to produce executable
FAIL: demangle/abi_examples/04.cc (test for excess errors)
WARNING: demangle/abi_examples/04.cc compilation failed to produce executable
FAIL: demangle/abi_examples/05.cc (test for excess errors)
WARNING: demangle/abi_examples/05.cc compilation failed to produce executable
FAIL: demangle/abi_examples/06.cc (test for excess errors)
WARNING: demangle/abi_examples/06.cc compilation failed to produce executable
FAIL: demangle/abi_examples/07.cc (test for excess errors)
WARNING: demangle/abi_examples/07.cc compilation failed to produce executable
FAIL: demangle/abi_examples/08.cc (test for excess errors)
WARNING: demangle/abi_examples/08.cc compilation failed to produce executable
FAIL: demangle/abi_examples/09.cc (test for excess errors)
WARNING: demangle/abi_examples/09.cc compilation failed to produce executable
FAIL: demangle/abi_examples/10.cc (test for excess errors)
WARNING: demangle/abi_examples/10.cc compilation failed to produce executable
FAIL: demangle/abi_examples/11.cc (test for excess errors)
WARNING: demangle/abi_examples/11.cc compilation failed to produce executable
FAIL: demangle/abi_examples/12.cc (test for excess errors)
WARNING: demangle/abi_examples/12.cc compilation failed to produce executable
FAIL: demangle/abi_examples/13.cc (test for excess errors)
WARNING: demangle/abi_examples/13.cc compilation failed to produce executable
FAIL: demangle/abi_examples/14.cc (test for excess errors)
WARNING: demangle/abi_examples/14.cc compilation failed to produce executable
FAIL: demangle/abi_examples/15.cc (test for excess errors)
WARNING: demangle/abi_examples/15.cc compilation failed to produce executable
FAIL: demangle/abi_examples/16.cc (test for excess errors)
WARNING: demangle/abi_examples/16.cc compilation failed to produce executable
FAIL: demangle/abi_examples/17.cc (test for excess errors)
WARNING: demangle/abi_examples/17.cc compilation failed to produce executable
FAIL: demangle/abi_examples/18.cc (test for excess errors)
WARNING: demangle/abi_examples/18.cc compilation failed to produce executable
FAIL: demangle/abi_examples/19.cc (test for excess errors)
WARNING: demangle/abi_examples/19.cc compilation failed to produce executable
FAIL: demangle/abi_examples/20.cc (test for excess errors)
WARNING: demangle/abi_examples/20.cc compilation failed to produce executable
FAIL: demangle/abi_examples/21.cc (test for excess errors)
WARNING: demangle/abi_examples/21.cc compilation failed to produce executable
FAIL: demangle/abi_examples/22.cc (test for excess errors)
WARNING: demangle/abi_examples/22.cc compilation failed to produce executable
FAIL: demangle/abi_examples/23.cc (test for excess errors)
WARNING: demangle/abi_examples/23.cc compilation failed to produce executable
FAIL: demangle/abi_examples/24.cc (test for excess errors)
WARNING: demangle/abi_examples/24.cc compilation failed to produce executable
FAIL: demangle/abi_examples/25.cc (test for excess errors)
WARNING: demangle/abi_examples/25.cc compilation failed to produce executable
FAIL: demangle/abi_examples/26.cc (test for excess errors)
WARNING: demangle/abi_examples/26.cc compilation failed to produce executable
FAIL: demangle/abi_text/01.cc (test for excess errors)
WARNING: demangle/abi_text/01.cc compilation failed to produce executable
FAIL: demangle/abi_text/02.cc (test for excess errors)
WARNING: demangle/abi_text/02.cc compilation failed to produce executable
FAIL: demangle/abi_text/03.cc (test for excess errors)
WARNING: demangle/abi_text/03.cc compilation failed to produce executable
FAIL: demangle/abi_text/04.cc (test for excess errors)
WARNING: demangle/abi_text/04.cc compilation failed to produce executable
FAIL: demangle/abi_text/05.cc (test for excess errors)
WARNING: demangle/abi_text/05.cc compilation failed to produce executable
FAIL: demangle/abi_text/06.cc (test for excess errors)
WARNING: demangle/abi_text/06.cc compilation failed to produce executable
FAIL: demangle/abi_text/07.cc (test for excess errors)
WARNING: demangle/abi_text/07.cc compilation failed to produce executable
FAIL: demangle/abi_text/08.cc (test for excess errors)
WARNING: demangle/abi_text/08.cc compilation failed to produce executable
FAIL: demangle/abi_text/09.cc (test for excess errors)
WARNING: demangle/abi_text/09.cc compilation failed to produce executable
FAIL: demangle/abi_text/10.cc (test for excess errors)
WARNING: demangle/abi_text/10.cc compilation failed to produce executable
FAIL: demangle/abi_text/11.cc (test for excess errors)
WARNING: demangle/abi_text/11.cc compilation failed to produce executable
FAIL: demangle/abi_text/12.cc (test for excess errors)
WARNING: demangle/abi_text/12.cc compilation failed to produce executable
FAIL: demangle/abi_text/13.cc (test for excess errors)
WARNING: demangle/abi_text/13.cc compilation failed to produce executable
FAIL: demangle/abi_text/14.cc (test for excess errors)
WARNING: demangle/abi_text/14.cc compilation failed to produce executable
FAIL: demangle/regression/3111-1.cc (test for excess errors)
WARNING: demangle/regression/3111-1.cc compilation failed to produce executable
FAIL: demangle/regression/3111-2.cc (test for excess errors)
WARNING: demangle/regression/3111-2.cc compilation failed to produce executable
FAIL: demangle/regression/7986-01.cc (test for excess errors)
WARNING: demangle/regression/7986-01.cc compilation failed to produce executable
FAIL: demangle/regression/7986-02.cc (test for excess errors)
WARNING: demangle/regression/7986-02.cc compilation failed to produce executable
FAIL: demangle/regression/7986-03.cc (test for excess errors)
WARNING: demangle/regression/7986-03.cc compilation failed to produce executable
FAIL: demangle/regression/7986-04.cc (test for excess errors)
WARNING: demangle/regression/7986-04.cc compilation failed to produce executable
FAIL: demangle/regression/7986-05.cc (test for excess errors)
WARNING: demangle/regression/7986-05.cc compilation failed to produce executable
FAIL: demangle/regression/7986-06.cc (test for excess errors)
WARNING: demangle/regression/7986-06.cc compilation failed to produce executable
FAIL: demangle/regression/7986-07.cc (test for excess errors)
WARNING: demangle/regression/7986-07.cc compilation failed to produce executable
FAIL: demangle/regression/7986-08.cc (test for excess errors)
WARNING: demangle/regression/7986-08.cc compilation failed to produce executable
FAIL: demangle/regression/7986-09.cc (test for excess errors)
WARNING: demangle/regression/7986-09.cc compilation failed to produce executable
FAIL: demangle/regression/7986-10.cc (test for excess errors)
WARNING: demangle/regression/7986-10.cc compilation failed to produce executable
FAIL: demangle/regression/7986-11.cc (test for excess errors)
WARNING: demangle/regression/7986-11.cc compilation failed to produce executable
FAIL: demangle/regression/7986-12.cc (test for excess errors)
WARNING: demangle/regression/7986-12.cc compilation failed to produce executable
FAIL: demangle/regression/7986.cc (test for excess errors)
WARNING: demangle/regression/7986.cc compilation failed to produce executable
FAIL: demangle/regression/8897.cc (test for excess errors)
WARNING: demangle/regression/8897.cc compilation failed to produce executable
FAIL: demangle/regression/cw-01.cc (test for excess errors)
WARNING: demangle/regression/cw-01.cc compilation failed to produce executable
FAIL: demangle/regression/cw-02.cc (test for excess errors)
WARNING: demangle/regression/cw-02.cc compilation failed to produce executable
FAIL: demangle/regression/cw-03.cc (test for excess errors)
WARNING: demangle/regression/cw-03.cc compilation failed to produce executable
FAIL: demangle/regression/cw-04.cc (test for excess errors)
WARNING: demangle/regression/cw-04.cc compilation failed to produce executable
FAIL: demangle/regression/cw-05.cc (test for excess errors)
WARNING: demangle/regression/cw-05.cc compilation failed to produce executable
FAIL: demangle/regression/cw-06.cc (test for excess errors)
WARNING: demangle/regression/cw-06.cc compilation failed to produce executable
FAIL: demangle/regression/cw-07.cc (test for excess errors)
WARNING: demangle/regression/cw-07.cc compilation failed to produce executable
FAIL: demangle/regression/cw-08.cc (test for excess errors)
WARNING: demangle/regression/cw-08.cc compilation failed to produce executable
FAIL: demangle/regression/cw-09.cc (test for excess errors)
WARNING: demangle/regression/cw-09.cc compilation failed to produce executable
FAIL: demangle/regression/cw-10.cc (test for excess errors)
WARNING: demangle/regression/cw-10.cc compilation failed to produce executable
FAIL: demangle/regression/cw-11.cc (test for excess errors)
WARNING: demangle/regression/cw-11.cc compilation failed to produce executable
FAIL: demangle/regression/cw-12.cc (test for excess errors)
WARNING: demangle/regression/cw-12.cc compilation failed to produce executable
FAIL: demangle/regression/cw-13.cc (test for excess errors)
WARNING: demangle/regression/cw-13.cc compilation failed to produce executable
FAIL: demangle/regression/cw-14.cc (test for excess errors)
WARNING: demangle/regression/cw-14.cc compilation failed to produce executable
FAIL: demangle/regression/old.cc (test for excess errors)
WARNING: demangle/regression/old.cc compilation failed to produce executable
FAIL: ext/allocators.cc (test for excess errors)
WARNING: ext/allocators.cc compilation failed to produce executable
FAIL: ext/hash_map.cc (test for excess errors)
WARNING: ext/hash_map.cc compilation failed to produce executable
FAIL: ext/hash_set.cc (test for excess errors)
WARNING: ext/hash_set.cc compilation failed to produce executable
FAIL: ext/headers.cc (test for excess errors)
WARNING: ext/headers.cc compilation failed to produce executable
FAIL: ext/pod_char_traits.cc (test for excess errors)
WARNING: ext/pod_char_traits.cc compilation failed to produce executable
FAIL: ext/rope.cc (test for excess errors)
WARNING: ext/rope.cc compilation failed to produce executable
FAIL: ext/stdio_filebuf.cc (test for excess errors)
FAIL: ext/stdio_filebuf_2.cc (test for excess errors)
WARNING: ext/stdio_filebuf_2.cc compilation failed to produce executable
FAIL: ext/stdio_sync_filebuf_char.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf_char.cc compilation failed to produce executable
FAIL: ext/stdio_sync_filebuf_wchar_t.cc (test for excess errors)
WARNING: ext/stdio_sync_filebuf_wchar_t.cc compilation failed to produce executable

		=== libstdc++-v3 Summary ===

# of expected passes		16
# of unexpected failures	1047
# of expected failures		10

Compiler version: 3.4 20030728 (experimental) 
Platform: i686-pc-linux-gnu
configure flags: --enable-languages=c,c++,objc --program-suffix=-mainline-cvs --enable-nls


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