------------------------------------------------
C++ Working Group - Run II Committe
Fermilab at Work - Fermilab Home - Telephone/email - Search - Help
------------------------------------------------

Test output for SunOS CC


Test DEFECT/OLD_STL_HEADERS

Checking that the following compiles fail:
CC -c ftest1.cc
"ftest1.cc", line 1: Error: Could not open include file .
"ftest1.cc", line 2: Error: Could not open include file .
"ftest1.cc", line 4: Error: "," expected instead of "<".
"ftest1.cc", line 7: Error: stack is not defined.
"ftest1.cc", line 7: Error: v is not defined.
"ftest1.cc", line 7: Error: s is not defined.
6 Error(s) detected.
Checking that the following compiles succeed:
CC -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
"atest1.cc", line 2: Error: Could not open include file .
"atest1.cc", line 4: Error: "," expected instead of "<".
"atest1.cc", line 7: Error: stack is not defined.
"atest1.cc", line 7: Error: v is not defined.
"atest1.cc", line 7: Error: s is not defined.
6 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/OLD_STL_HEADERS Failed.

Test DEFECT/OLD_STDC_HEADERS

Checking that the following compiles fail:
CC -c ftest1.cc
"ftest1.cc", line 1: Error: Could not open include file .
"ftest1.cc", line 4: Error: The function printf must have a prototype.
2 Error(s) detected.
Checking that the following compiles succeed:
CC -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/OLD_STDC_HEADERS Succeeded

Test DEFECT/OLD_IOSTREAM_HEADERS

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -c ftest1.cc
"ftest1.cc", line 2: Error: Could not open include file .
1 Error(s) detected.
Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/OLD_IOSTREAM_HEADERS Succeeded

Test DEFECT/OLD_STRINGSTREAM

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -c ftest1.cc
"ftest1.cc", line 2: Error: Could not open include file .
1 Error(s) detected.
Test DEFECT/OLD_STRINGSTREAM Succeeded

Test DEFECT/NO_IOSFWD_HEADER

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -c ftest1.cc
"ftest1.cc", line 2: Error: Could not open include file .
1 Error(s) detected.
Test DEFECT/NO_IOSFWD_HEADER Succeeded

Test DEFECT/GCC27_STRINGSTREAM_STR

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/GCC27_STRINGSTREAM_STR Succeeded

Test DEFECT/NO_STDLIB_NAMESPACES

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -c ftest1.cc
"ftest1.cc", line 2: Error: Could not open include file .
"ftest1.cc", line 4: Error: Type name expected instead of "using".
"ftest1.cc", line 5: Error: Type name expected instead of "using".
"ftest1.cc", line 8: Error: cout is not defined.
4 Error(s) detected.
Test DEFECT/NO_STDLIB_NAMESPACES Succeeded

Test DEFECT/OLD_STL_COUNT

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c ftest1.cc
"ftest1.cc", line 8: Error: Could not open include file .
"ftest1.cc", line 9: Error: Could not open include file .
"ftest1.cc", line 10: Error: Could not open include file .
"ftest1.cc", line 14: Error: vector is not defined.
"ftest1.cc", line 14: Error: Badly formed expression.
"ftest1.cc", line 19: Error: v is not defined.
"ftest1.cc", line 22: Error: The function count must have a prototype.
"ftest1.cc", line 22: Error: v is not defined.
"ftest1.cc", line 22: Error: v is not defined.
9 Error(s) detected.
Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 8: Error: Could not open include file .
"atest1.cc", line 9: Error: Could not open include file .
"atest1.cc", line 10: Error: Could not open include file .
"atest1.cc", line 14: Error: vector is not defined.
"atest1.cc", line 14: Error: Badly formed expression.
"atest1.cc", line 19: Error: v is not defined.
"atest1.cc", line 22: Error: The function count must have a prototype.
"atest1.cc", line 22: Error: v is not defined.
"atest1.cc", line 22: Error: v is not defined.
9 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/OLD_STL_COUNT Failed.

Test DEFECT/SGICC_STRING_HEADER

Checking that the following compiles fail:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c ftest1.cc
"ftest1.cc", line 2: Error: Could not open include file .
1 Error(s) detected.
Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
1 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/SGICC_STRING_HEADER Failed.

Test Tests/bool

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 6: Error: bool is not defined.
"atest1.cc", line 6: Error: b is not defined.
"atest1.cc", line 6: Error: Badly formed expression.
"atest1.cc", line 8: Error: b is not defined.
"atest1.cc", line 9: Error: b is not defined.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/bool Failed.

Test Tests/cast1

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 5: Error: static_cast is not defined.
"atest1.cc", line 5: Error: Badly formed expression.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast1 Failed.

Test Tests/cast2

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 5: Error: const_cast is not defined.
"atest1.cc", line 5: Error: Badly formed expression.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast2 Failed.

Test Tests/cast3

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 5: Error: const_cast is not defined.
"atest1.cc", line 5: Error: Badly formed expression.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast3 Failed.

Test Tests/except1

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test Tests/except1 Succeeded

Test Tests/except2

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 2: Error: Could not open include file .
"atest1.cc", line 48: Error: The function set_unexpected must have a prototype.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/except2 Failed.

Test Tests/hello

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test Tests/hello Succeeded

Test Tests/mutable

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 12: Error: Type name expected instead of "mutable".
"atest1.cc", line 12: Error: No storage class or type for this declaration.
"atest1.cc", line 12: Error: Use ";" to terminate declarations.
"atest1.cc", line 17: Error: m2 is not defined.
"atest1.cc", line 22: Error: m2 is not defined.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/mutable Failed.

Test Tests/ns1

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 7: Error: Type name expected instead of "namespace".
"atest1.cc", line 10: Error: Unexpected "}".
"atest1.cc", line 12: Error: Type name expected instead of "namespace".
"atest1.cc", line 14: Error: bye() already had a body defined.
"atest1.cc", line 15: Error: Unexpected "}".
"atest1.cc", line 21: Error: german is not defined.
"atest1.cc", line 21: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 21: Error: The function hi must have a prototype.
"atest1.cc", line 22: Error: german is not defined.
"atest1.cc", line 22: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 23: Error: english is not defined.
"atest1.cc", line 23: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 23: Error: The function hi must have a prototype.
"atest1.cc", line 24: Error: english is not defined.
"atest1.cc", line 24: Error: :: is not a class name as required for a qualifer.
15 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns1 Failed.

Test Tests/ns2

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 7: Error: Type name expected instead of "namespace".
"atest1.cc", line 10: Error: Unexpected "}".
"atest1.cc", line 12: Error: Type name expected instead of "namespace".
"atest1.cc", line 14: Error: bye() already had a body defined.
"atest1.cc", line 15: Error: Unexpected "}".
"atest1.cc", line 17: Error: Type name expected instead of "using".
"atest1.cc", line 18: Error: Type name expected instead of "using".
"atest1.cc", line 21: Error: The function hi must have a prototype.
8 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns2 Failed.

Test Tests/ns3

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 18: Error: Type name expected instead of "namespace".
"atest1.cc", line 21: Error: Unexpected "}".
"atest1.cc", line 23: Error: Type name expected instead of "namespace".
"atest1.cc", line 25: Error: bye() already had a body defined.
"atest1.cc", line 26: Error: Unexpected "}".
"atest1.cc", line 28: Error: Type name expected instead of "using".
"atest1.cc", line 29: Error: Type name expected instead of "using".
"atest1.cc", line 32: Error: german is not defined.
"atest1.cc", line 32: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 32: Error: The function hi must have a prototype.
"atest1.cc", line 33: Error: german is not defined.
"atest1.cc", line 33: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 34: Error: english is not defined.
"atest1.cc", line 34: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 34: Error: The function hi must have a prototype.
"atest1.cc", line 35: Error: english is not defined.
"atest1.cc", line 35: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 36: Error: german is not defined.
"atest1.cc", line 36: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 36: Error: The function hi must have a prototype.
"atest1.cc", line 37: Error: german is not defined.
"atest1.cc", line 37: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 38: Error: english is not defined.
"atest1.cc", line 38: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 38: Error: The function hi must have a prototype.
Compilation aborted, too many Error messages.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns3 Failed.

Test Tests/rtti2

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
"atest1.cc", line 9: Error: The function typeid must have a prototype.
"atest1.cc", line 9: Error: The function typeid must have a prototype.
"atest1.cc", line 11: Error: The function typeid must have a prototype.
"atest1.cc", line 11: Error: The function typeid must have a prototype.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/rtti2 Failed.

Test Tests/template1

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test Tests/template1 Succeeded

Test Tests/template2

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 6: Error: ">" expected instead of "typename".
"atest1.cc", line 32: Error: "<" expected instead of "class".
"atest1.cc", line 32: Error: "," expected instead of "<".
"atest1.cc", line 32: Error: ">" expected instead of "<".
"atest1.cc", line 32: Error: A declaration was expected instead of ";".
"atest1.cc", line 34: Error: Too many arguments for template smallstack.
"atest1.cc", line 34: Error: Too many arguments for template smallstack.
"atest1.cc", line 34: Error: Too many arguments for template smallstack.
"atest1.cc", line 37: Error: push is not a member of smallstack.
"atest1.cc", line 38: Error: push is not a member of smallstack.
"atest1.cc", line 39: Error: pop is not a member of smallstack.
"atest1.cc", line 40: Error: pop is not a member of smallstack.
12 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test Tests/template2 Failed.

Test BZ/BOOL

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 14: Error: bool is not defined.
"atest1.cc", line 21: Error: bool is not defined.
"atest1.cc", line 21: Error: c is not defined.
"atest1.cc", line 21: Error: true is not defined.
"atest1.cc", line 21: Error: Badly formed expression.
"atest1.cc", line 22: Error: c is not defined.
6 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/BOOL Failed.

Test BZ/CONST_CAST

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 9: Error: const_cast is not defined.
"atest1.cc", line 9: Error: Badly formed expression.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/CONST_CAST Failed.

Test BZ/DEFAULT_TEMPLATE_PARAMETERS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 4: Error: "," expected instead of "=".
"atest1.cc", line 4: Error: ">" expected instead of "=".
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/DEFAULT_TEMPLATE_PARAMETERS Failed.

Test BZ/DYNAMIC_CAST

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
"atest1.cc", line 24: Error: dynamic_cast is not defined.
"atest1.cc", line 24: Error: Unexpected type name "Dalmation" encountered.
"atest1.cc", line 24: Error: Badly formed expression.
"atest1.cc", line 24: Error: A statement (even if empty) is required here.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/DYNAMIC_CAST Failed.

Test BZ/ENUM_COMPUTATIONS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test BZ/ENUM_COMPUTATIONS Succeeded

Test BZ/EXCEPTIONS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 4: Error: Could not open include file .
1 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXCEPTIONS Failed.

Test BZ/EXPLICIT

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 6: Error: Type name expected instead of "explicit".
"atest1.cc", line 6: Error: No storage class or type for this declaration.
"atest1.cc", line 6: Error: "," expected instead of "vector".
"atest1.cc", line 13: Error: Cannot use double to initialize vector.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXPLICIT Failed.

Test BZ/EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 13: Error: The template argument X is not used in a function parameter.
"atest1.cc", line 20: Error: Badly formed expression.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION Failed.

Test BZ/FULL_SPECIALIZATION_SYNTAX

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 10: Error: No parameters provided for template.
"atest1.cc", line 15: Error: Multiple declaration for foo.
"atest1.cc", line 19: Error: Too many arguments for template foo.
"atest1.cc", line 20: Error: Too many arguments for template foo.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/FULL_SPECIALIZATION_SYNTAX Failed.

Test BZ/FUNCTION_NONTYPE_PARAMETERS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 10: Error: The template argument N is not a type.
Error: Cannot continue processing because of prior errors.
Compilation aborted.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/FUNCTION_NONTYPE_PARAMETERS Failed.

Test BZ/HAVE_COMPLEX

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 6: Error: Type name expected instead of "using".
"atest1.cc", line 11: Error: complex is not defined.
"atest1.cc", line 11: Error: Badly formed expression.
"atest1.cc", line 12: Error: complex is not defined.
"atest1.cc", line 12: Error: Badly formed expression.
6 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_COMPLEX Failed.

Test BZ/HAVE_COMPLEX_MATH

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 6: Error: Type name expected instead of "using".
"atest1.cc", line 11: Error: complex is not defined.
"atest1.cc", line 11: Error: Badly formed expression.
"atest1.cc", line 13: Error: The function acos must have a prototype.
"atest1.cc", line 13: Error: x is not defined.
"atest1.cc", line 14: Error: The function asin must have a prototype.
"atest1.cc", line 14: Error: x is not defined.
"atest1.cc", line 15: Error: The function atan must have a prototype.
"atest1.cc", line 15: Error: x is not defined.
"atest1.cc", line 16: Error: The function atan2 must have a prototype.
"atest1.cc", line 16: Error: x is not defined.
"atest1.cc", line 16: Error: y is not defined.
"atest1.cc", line 17: Error: The function atan2 must have a prototype.
"atest1.cc", line 17: Error: x is not defined.
"atest1.cc", line 18: Error: The function atan2 must have a prototype.
"atest1.cc", line 18: Error: x is not defined.
"atest1.cc", line 19: Error: The function cos must have a prototype.
"atest1.cc", line 19: Error: x is not defined.
"atest1.cc", line 20: Error: The function cosh must have a prototype.
"atest1.cc", line 20: Error: x is not defined.
"atest1.cc", line 21: Error: The function exp must have a prototype.
"atest1.cc", line 21: Error: x is not defined.
"atest1.cc", line 22: Error: The function log must have a prototype.
"atest1.cc", line 22: Error: x is not defined.
Compilation aborted, too many Error messages.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_COMPLEX_MATH Failed.

Test BZ/HAVE_IEEE_MATH

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 26: Error: The function finite must have a prototype.
"atest1.cc", line 34: Error: The function trunc must have a prototype.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_IEEE_MATH Failed.

Test BZ/HAVE_NUMERIC_LIMITS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 6: Error: Type name expected instead of "using".
"atest1.cc", line 11: Error: numeric_limits is not defined.
"atest1.cc", line 11: Error: Badly formed expression.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_NUMERIC_LIMITS Failed.

Test BZ/HAVE_RUSAGE

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"/usr/include/sys/resource.h", line 72: Error: The type "timeval" is incomplete.
"/usr/include/sys/resource.h", line 73: Error: The type "timeval" is incomplete.
"atest1.cc", line 18: Error: The function getrusage must have a prototype.
3 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_RUSAGE Failed.

Test BZ/HAVE_STD

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
"atest1.cc", line 2: Error: Could not open include file .
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 6: Error: Type name expected instead of "using".
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_STD Failed.

Test BZ/HAVE_SYSTEM_V_MATH

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 20: Error: The function _class must have a prototype.
"atest1.cc", line 22: Error: The function itrunc must have a prototype.
"atest1.cc", line 23: Error: The function nearest must have a prototype.
"atest1.cc", line 24: Error: The function rsqrt must have a prototype.
"atest1.cc", line 25: Error: The function uitrunc must have a prototype.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_SYSTEM_V_MATH Failed.

Test BZ/HAVE_VALARRAY

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 6: Error: Type name expected instead of "using".
"atest1.cc", line 11: Error: valarray is not defined.
"atest1.cc", line 11: Error: Badly formed expression.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_VALARRAY Failed.

Test BZ/MEMBER_CONSTANTS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 5: Error: A member cannot be initialized except in a constructor.
1 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_CONSTANTS Failed.

Test BZ/MEMBER_TEMPLATES

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 8: Error: Templates can only be declared at the global level.
"atest1.cc", line 17:     Where: While specializing "Foo".
"atest1.cc", line 17:     Where: Specialized in non-template code.
"atest1.cc", line 8: Error: Templates can only be declared at the global level.
"atest1.cc", line 18:     Where: While specializing "Foo".
"atest1.cc", line 18:     Where: Specialized in non-template code.
"atest1.cc", line 19: Warning (Anachronism): Assigning Foo to Foo.
"atest1.cc", line 19: Note: Type "CC -migration" for more on anachronisms.
"atest1.cc", line 19: Error: Cannot cast from Foo to Foo.
3 Error(s) and 1 Warning(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_TEMPLATES Failed.

Test BZ/MEMBER_TEMPLATES_OUTSIDE_CLASS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 13: Error: A declaration was expected instead of "template".
"atest1.cc", line 14: Error: Type name expected instead of "T".
"atest1.cc", line 14: Error: "," expected instead of "T".
"atest1.cc", line 14: Error: T is not defined.
"atest1.cc", line 14: Error: Illegal value for template parameter.
"atest1.cc", line 14: Error: N is not defined.
"atest1.cc", line 14: Error: Illegal value for template parameter.
"atest1.cc", line 14: Error: Too many arguments for template Foo.
"atest1.cc", line 14: Error: Type name expected instead of "T".
"atest1.cc", line 14: Error: "," expected instead of "T".
"atest1.cc", line 14: Error: T is not defined.
"atest1.cc", line 14: Error: Illegal value for template parameter.
"atest1.cc", line 14: Error: N is not defined.
"atest1.cc", line 14: Error: Illegal value for template parameter.
"atest1.cc", line 14: Error: Too many arguments for template Foo.
"atest1.cc", line 14: Error: Too many arguments for template Foo.
"atest1.cc", line 14: Error: Type name expected instead of "T".
"atest1.cc", line 14: Error: "," expected instead of "T".
"atest1.cc", line 14: Error: T is not defined.
"atest1.cc", line 14: Error: Illegal value for template parameter.
"atest1.cc", line 14: Error: Too many arguments for template Foo.
"atest1.cc", line 15: Error: Arguments out of order for Foo, >.
"atest1.cc", line 15: Error: Too few args in template, from N on ignored.
"atest1.cc", line 9: Error: Templates can only be declared at the global level.
"atest1.cc", line 21:     Where: While specializing "Foo".
"atest1.cc", line 21:     Where: Specialized in non-template code.
"atest1.cc", line 9: Error: Templates can only be declared at the global level.
"atest1.cc", line 22:     Where: While specializing "Foo".
"atest1.cc", line 22:     Where: Specialized in non-template code.
Compilation aborted, too many Error messages.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_TEMPLATES_OUTSIDE_CLASS Failed.

Test BZ/MUTABLE

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 24: Error: Type name expected instead of "mutable".
"atest1.cc", line 24: Error: No storage class or type for this declaration.
"atest1.cc", line 24: Error: Use ";" to terminate declarations.
"atest1.cc", line 10: Error: numReads_ is not defined.
"atest1.cc", line 18: Error: numReads_ is not defined.
5 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MUTABLE Failed.

Test BZ/NAMESPACES

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Type name expected instead of "namespace".
"atest1.cc", line 10: Error: keyboard is not defined.
"atest1.cc", line 11: Error: The function "getkey() const" cannot be declared const.
"atest1.cc", line 15: Error: Unexpected "}".
"atest1.cc", line 17: Error: Type name expected instead of "namespace".
"atest1.cc", line 26: Error: Type name expected instead of "namespace".
"atest1.cc", line 38: Error: keyboard is not defined.
"atest1.cc", line 38: Error: x is not defined.
"atest1.cc", line 38: Error: Badly formed expression.
"atest1.cc", line 39: Error: x is not defined.
"atest1.cc", line 39: Error: Badly formed expression.
"atest1.cc", line 41: Error: music is not defined.
"atest1.cc", line 41: Error: :: is not a class name as required for a qualifer.
"atest1.cc", line 41: Error: keyboard is not defined.
"atest1.cc", line 41: Error: y is not defined.
"atest1.cc", line 41: Error: Badly formed expression.
"atest1.cc", line 42: Error: y is not defined.
"atest1.cc", line 42: Error: Badly formed expression.
18 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/NAMESPACES Failed.

Test BZ/NCEG_RESTRICT

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 6: Error: ")" expected instead of "a".
"atest1.cc", line 10: Error: a is not defined.
"atest1.cc", line 10: Error: b is not defined.
"atest1.cc", line 10: Error: c is not defined.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/NCEG_RESTRICT Failed.

Test BZ/OLD_FOR_SCOPING

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test BZ/OLD_FOR_SCOPING Succeeded

Test BZ/PARTIAL_ORDERING

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 13: Error: Templates can only be declared at the global level.
"atest1.cc", line 24:     Where: While specializing "A".
"atest1.cc", line 24:     Where: Specialized in non-template code.
"atest1.cc", line 17: Error: Templates can only be declared at the global level.
"atest1.cc", line 24:     Where: While specializing "A".
"atest1.cc", line 24:     Where: Specialized in non-template code.
"atest1.cc", line 28: Error: Only a function may be called.
"atest1.cc", line 29: Warning: The variable x has not yet been assigned a value.
"atest1.cc", line 32: Error: Only a function may be called.
4 Error(s) and 1 Warning(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/PARTIAL_ORDERING Failed.

Test BZ/PARTIAL_SPECIALIZATION

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 14: Error: Multiple declaration for foo.
"atest1.cc", line 20: Error: Multiple declaration for foo.
"atest1.cc", line 24: Error: Too many arguments for template foo.
"atest1.cc", line 24: Error: Too many arguments for template foo.
"atest1.cc", line 24: Error: z is not a member of foo.
"atest1.cc", line 24: Error: Too many arguments for template foo.
"atest1.cc", line 24: Error: Too many arguments for template foo.
"atest1.cc", line 24: Error: z is not a member of foo.
"atest1.cc", line 25: Error: Too many arguments for template foo.
"atest1.cc", line 25: Error: Too many arguments for template foo.
"atest1.cc", line 25: Error: z is not a member of foo.
11 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/PARTIAL_SPECIALIZATION Failed.

Test BZ/REINTERPRET_CAST

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 34: Error: reinterpret_cast is not defined.
"atest1.cc", line 34: Error: Unexpected type name "Unrelated" encountered.
"atest1.cc", line 34: Error: Badly formed expression.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/REINTERPRET_CAST Failed.

Test BZ/RTTI

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: Could not open include file .
"atest1.cc", line 24: Error: The function typeid must have a prototype.
"atest1.cc", line 24: Error: The function typeid must have a prototype.
"atest1.cc", line 24: Error: Unexpected type name "Dalmation" encountered.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/RTTI Failed.

Test BZ/STATIC_CAST

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 3: Error: Could not open include file .
"atest1.cc", line 29: Error: static_cast is not defined.
"atest1.cc", line 29: Error: Unexpected type name "Dalmation" encountered.
"atest1.cc", line 29: Error: Badly formed expression.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/STATIC_CAST Failed.

Test BZ/TEMPLATES

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATES Succeeded

Test BZ/TEMPLATES_AS_TEMPLATE_ARGUMENTS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 10: Error: ">" expected instead of "template".
"atest1.cc", line 21: Error: foo is not defined.
"atest1.cc", line 21: Error: Badly formed expression.
3 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATES_AS_TEMPLATE_ARGUMENTS Failed.

Test BZ/TEMPLATE_KEYWORD_QUALIFIER

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 7: Error: Templates can only be declared at the global level.
"atest1.cc", line 12: Error: Unexpected type name "Foo" encountered.
"atest1.cc", line 12: Error: "," expected instead of "template".
3 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_KEYWORD_QUALIFIER Failed.

Test BZ/TEMPLATE_QUALIFIED_BASE_CLASS

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 31: Error: "," expected instead of "::".
"atest1.cc", line 41:     Where: While specializing "weird".
"atest1.cc", line 41:     Where: Specialized in non-template code.
"atest1.cc", line 31: Warning (Anachronism): Use "weird::" for access to weird::base.
"atest1.cc", line 31: Note: Type "CC -migration" for more on anachronisms.
"atest1.cc", line 41:     Where: While specializing "weird".
"atest1.cc", line 41:     Where: Specialized in non-template code.
"atest1.cc", line 33: Error: Redefining weird::base after use in an outer scope.
"atest1.cc", line 41:     Where: While specializing "weird".
"atest1.cc", line 41:     Where: Specialized in non-template code.
2 Error(s) and 1 Warning(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_QUALIFIED_BASE_CLASS Failed.

Test BZ/TEMPLATE_QUALIFIED_RETURN_TYPE

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 34: Error: Cannot use Vector to initialize Vector.
1 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_QUALIFIED_RETURN_TYPE Failed.

Test BZ/TEMPLATE_SCOPED_ARGUMENT_MATCHING

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 18: Error: typename is not defined.
"atest1.cc", line 25: Error: The operation "B> + float" is illegal.
2 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_SCOPED_ARGUMENT_MATCHING Failed.

Test BZ/TYPENAME

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 1: Error: ">" expected instead of "typename".
"atest1.cc", line 9: Error: Too many arguments for template X.
"atest1.cc", line 9: Error: Too many arguments for template X.
"atest1.cc", line 9: Error: Too many arguments for template X.
4 Error(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TYPENAME Failed.

Test BZ/TYPE_PROMOTION

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
CC -o atest atest1.o -lm
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TYPE_PROMOTION Succeeded

Test BZ/USE_NUMTRAIT

Checking that the following compiles succeed:
CC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -c atest1.cc
"atest1.cc", line 14: Error: No parameters provided for template.
"atest1.cc", line 18: Error: Multiple declaration for SumType.
"atest1.cc", line 25: Error: Type name expected instead of "SumType".
"atest1.cc", line 25: Error: Too many arguments for template SumType.
"atest1.cc", line 25: Error: No direct declarator preceding "T_sumtype".
"atest1.cc", line 34: Error: Too many arguments for template Vector.
"atest1.cc", line 34: Error: Too many arguments for template Vector.
"atest1.cc", line 34: Warning: The variable x has not yet been assigned a value.
7 Error(s) and 1 Warning(s) detected.
CC -o atest *.o -lm
ld: fatal: file *.o: cannot open file; errno=2
ld: fatal: File processing errors.  No output written to atest
Checking that executable succeeds:
Checking the executable's output:
Test BZ/USE_NUMTRAIT Failed.