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_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 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/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/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/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/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/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_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/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/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/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/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.