Checking that the following compiles fail: xlC -c ftest1.cc "ftest1.cc", line 1.10: 1540-008: (S) Source filecannot be opened. "ftest1.cc", line 2.10: 1540-008: (S) Source file cannot be opened. "ftest1.cc", line 4.15: 1540-205: (S) Syntax error - "vector" is followed by "<" but is not the name of a template. "ftest1.cc", line 7.4: 1540-013: (S) "stack" is undefined. "ftest1.cc", line 7.10: 1540-013: (S) "v" is undefined. "ftest1.cc", line 7.13: 1540-013: (S) "s" is undefined. Checking that the following compiles succeed: xlC -c atest1.cc "atest1.cc", line 2.10: 1540-008: (S) Source file cannot be opened. "atest1.cc", line 4.15: 1540-205: (S) Syntax error - "vector" is followed by "<" but is not the name of a template. "atest1.cc", line 7.4: 1540-013: (S) "stack" is undefined. "atest1.cc", line 7.10: 1540-013: (S) "v" is undefined. "atest1.cc", line 7.13: 1540-013: (S) "s" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test DEFECT/OLD_STL_HEADERS Failed.
Checking that the following compiles fail: xlC -c ftest1.cc "ftest1.cc", line 1.10: 1540-008: (S) Source filecannot be opened. "ftest1.cc", line 4.5: 1540-013: (S) "printf" is undefined. Checking that the following compiles succeed: xlC -c atest1.cc xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test DEFECT/OLD_STDC_HEADERS Succeeded
Checking that the following compiles fail: xlC -DDEFECT_OLD_STDC_HEADERS -c ftest1.cc "ftest1.cc", line 2.10: 1540-008: (S) Source filecannot be opened. Checking that the following compiles succeed: xlC -DDEFECT_OLD_STDC_HEADERS -c atest1.cc xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test DEFECT/OLD_IOSTREAM_HEADERS Succeeded
Checking that the following compiles fail: xlC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -c ftest1.cc "ftest1.cc", line 2.10: 1540-008: (S) Source filecannot be opened. Test DEFECT/OLD_STRINGSTREAM Succeeded
Checking that the following compiles fail: xlC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -c ftest1.cc "ftest1.cc", line 2.10: 1540-008: (S) Source filecannot be opened. Test DEFECT/NO_IOSFWD_HEADER Succeeded
Checking that the following compiles succeed: xlC -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -c atest1.cc xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test DEFECT/GCC27_STRINGSTREAM_STR Succeeded
Checking that the following compiles fail: xlC -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.10: 1540-008: (S) Source filecannot be opened. "ftest1.cc", line 4.7: 1540-320: (S) Syntax error - found "using std" : "using" is not a type name. "ftest1.cc", line 5.7: 1540-320: (S) Syntax error - found "using std" : "using" is not a type name. "ftest1.cc", line 8.4: 1540-013: (S) "cout" is undefined. Test DEFECT/NO_STDLIB_NAMESPACES Succeeded
Checking that the following compiles fail: xlC -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.10: 1540-008: (S) Source filecannot be opened. "ftest1.cc", line 9.10: 1540-008: (S) Source file cannot be opened. "ftest1.cc", line 10.10: 1540-008: (S) Source file cannot be opened. "ftest1.cc", line 14.15: 1540-090: (S) Syntax error - expected "(" and found ">". "ftest1.cc", line 19.9: 1540-013: (S) "v" is undefined. "ftest1.cc", line 22.18: 1540-013: (S) "v" is undefined. "ftest1.cc", line 22.11: 1540-013: (S) "count" is undefined. Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source file cannot be opened. "atest1.cc", line 9.10: 1540-008: (S) Source file cannot be opened. "atest1.cc", line 10.10: 1540-008: (S) Source file cannot be opened. "atest1.cc", line 14.15: 1540-090: (S) Syntax error - expected "(" and found ">". "atest1.cc", line 19.9: 1540-013: (S) "v" is undefined. "atest1.cc", line 22.12: 1540-013: (S) "v" is undefined. "atest1.cc", line 22.5: 1540-013: (S) "count" is undefined. "atest1.cc", line 16.9: 1540-099: (W) "res" is used but not set in function "main()". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test DEFECT/OLD_STL_COUNT Failed.
Checking that the following compiles fail: xlC -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.10: 1540-008: (S) Source filecannot be opened. Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source file cannot be opened. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test DEFECT/SGICC_STRING_HEADER Failed.
Checking that the following compiles succeed: xlC -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.9: 1540-320: (S) Syntax error - found "bool b" : "bool" is not a type name. "atest1.cc", line 8.4: 1540-013: (S) "b" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/bool Failed.
Checking that the following compiles succeed:
xlC -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.30: 1540-090: (S) Syntax error - expected "(" and found ">".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast1 Failed.
Checking that the following compiles succeed:
xlC -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.29: 1540-090: (S) Syntax error - expected "(" and found "*".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast2 Failed.
Checking that the following compiles succeed:
xlC -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.29: 1540-090: (S) Syntax error - expected "(" and found "*".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast3 Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test Tests/except1 Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 48.5: 1540-013: (S) "set_unexpected" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/except2 Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test Tests/hello Succeeded
Checking that the following compiles succeed: xlC -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.25: 1540-263: (S) Syntax error - expected ";" or "," and found "int". "atest1.cc", line 17.17: 1540-013: (S) "m2" is undefined. "atest1.cc", line 22.17: 1540-013: (S) "m2" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/mutable Failed.
Checking that the following compiles succeed: xlC -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.11: 1540-320: (S) Syntax error - found "namespace english" : "namespace" is not a type name. "atest1.cc", line 12.11: 1540-320: (S) Syntax error - found "namespace german" : "namespace" is not a type name. "atest1.cc", line 21.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 22.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 23.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. "atest1.cc", line 24.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/ns1 Failed.
Checking that the following compiles succeed: xlC -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.11: 1540-320: (S) Syntax error - found "namespace english" : "namespace" is not a type name. "atest1.cc", line 12.11: 1540-320: (S) Syntax error - found "namespace german" : "namespace" is not a type name. "atest1.cc", line 17.7: 1540-320: (S) Syntax error - found "using english" : "using" is not a type name. "atest1.cc", line 18.7: 1540-320: (S) Syntax error - found "using german" : "using" is not a type name. "atest1.cc", line 21.3: 1540-013: (S) "hi" is undefined. "atest1.cc", line 22.3: 1540-013: (S) "bye" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/ns2 Failed.
Checking that the following compiles succeed: xlC -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.11: 1540-320: (S) Syntax error - found "namespace english" : "namespace" is not a type name. "atest1.cc", line 23.11: 1540-320: (S) Syntax error - found "namespace german" : "namespace" is not a type name. "atest1.cc", line 28.7: 1540-320: (S) Syntax error - found "using german" : "using" is not a type name. "atest1.cc", line 29.7: 1540-320: (S) Syntax error - found "using english" : "using" is not a type name. "atest1.cc", line 32.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 33.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 34.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. "atest1.cc", line 35.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. "atest1.cc", line 36.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 37.9: 1540-205: (S) Syntax error - "german" is followed by "::" but is not the name of a class. "atest1.cc", line 38.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. "atest1.cc", line 39.10: 1540-205: (S) Syntax error - "english" is followed by "::" but is not the name of a class. "atest1.cc", line 40.3: 1540-013: (S) "hi" is undefined. "atest1.cc", line 41.3: 1540-013: (S) "bye" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/ns3 Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 9.9: 1540-013: (S) "typeid" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/rtti2 Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test Tests/template1 Succeeded
Checking that the following compiles succeed: xlC -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.12: 1540-090: (S) Syntax error - expected "type name" and found "typename". "atest1.cc", line 32.10: 1540-090: (S) Syntax error - expected "<" and found "class". "atest1.cc", line 34.11: 1540-205: (S) Syntax error - "smallstack" is followed by "<" but is not the name of a template. "atest1.cc", line 37.3: 1540-013: (S) "fred" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test Tests/template2 Failed.
Checking that the following compiles succeed: xlC -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.14: 1540-263: (S) Syntax error - expected "," or ")" and found "x". "atest1.cc", line 21.10: 1540-320: (S) Syntax error - found "bool c" : "bool" is not a type name. "atest1.cc", line 22.16: 1540-013: (S) "c" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/BOOL Failed.
Checking that the following compiles succeed:
xlC -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.28: 1540-090: (S) Syntax error - expected "(" and found "&".
"atest1.cc", line 10.5: 1540-013: (S) "z" is undefined.
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test BZ/CONST_CAST Failed.
Checking that the following compiles succeed:
xlC -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.23: 1540-263: (S) Syntax error - expected "," or ">" and found "=".
"atest1.cc", line 13.14: 1540-090: (S) Syntax error - expected "(" and found ">".
"atest1.cc", line 14.12: 1540-013: (S) "z" is undefined.
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test BZ/DEFAULT_TEMPLATE_PARAMETERS Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 24.32: 1540-090: (S) Syntax error - expected "expression" and found ">". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/DYNAMIC_CAST Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/ENUM_COMPUTATIONS Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/EXCEPTIONS Failed.
Checking that the following compiles succeed: xlC -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.14: 1540-320: (S) Syntax error - found "explicit vector" : "explicit" is not a type name. "atest1.cc", line 13.14: 1540-055: (S) "double" cannot be converted to "vector". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/EXPLICIT Failed.
Checking that the following compiles succeed:
xlC -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 11.16: 1540-182: (S) Template argument "X" is not used in the declaration of the name or the argument list of "to".
"atest1.cc", line 20.33: 1540-090: (S) Syntax error - expected "(" and found ">".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-179: (S) Template argument list is empty. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/FULL_SPECIALIZATION_SYNTAX Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/FUNCTION_NONTYPE_PARAMETERS Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 6.7: 1540-320: (S) Syntax error - found "using namespace" : "using" is not a type name. "atest1.cc", line 11.18: 1540-090: (S) Syntax error - expected "(" and found ">". "atest1.cc", line 12.19: 1540-090: (S) Syntax error - expected "(" and found ">". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_COMPLEX Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 6.7: 1540-320: (S) Syntax error - found "using namespace" : "using" is not a type name. "atest1.cc", line 11.19: 1540-090: (S) Syntax error - expected "(" and found ">". "atest1.cc", line 13.10: 1540-013: (S) "x" is undefined. "atest1.cc", line 13.5: 1540-013: (S) "acos" is undefined. "atest1.cc", line 14.5: 1540-013: (S) "asin" is undefined. "atest1.cc", line 15.5: 1540-013: (S) "atan" is undefined. "atest1.cc", line 16.13: 1540-013: (S) "y" is undefined. "atest1.cc", line 16.5: 1540-013: (S) "atan2" is undefined. "atest1.cc", line 19.5: 1540-013: (S) "cos" is undefined. "atest1.cc", line 20.5: 1540-013: (S) "cosh" is undefined. "atest1.cc", line 21.5: 1540-013: (S) "exp" is undefined. "atest1.cc", line 22.5: 1540-013: (S) "log" is undefined. "atest1.cc", line 23.5: 1540-013: (S) "log10" is undefined. "atest1.cc", line 24.5: 1540-013: (S) "pow" is undefined. "atest1.cc", line 28.5: 1540-013: (S) "sin" is undefined. "atest1.cc", line 29.5: 1540-013: (S) "sinh" is undefined. "atest1.cc", line 30.5: 1540-013: (S) "sqrt" is undefined. "atest1.cc", line 31.5: 1540-013: (S) "tan" is undefined. "atest1.cc", line 32.5: 1540-013: (S) "tanh" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_COMPLEX_MATH Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm ld: 0711-224 WARNING: Duplicate symbol: signgam ld: 0711-341 WARNING: Replaced XTY_CM symbol signgam requires an alignment more strict than the alignment of the symbol that replaces it. ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_IEEE_MATH Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 6.7: 1540-320: (S) Syntax error - found "using namespace" : "using" is not a type name. "atest1.cc", line 11.37: 1540-090: (S) Syntax error - expected "(" and found ">". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_NUMERIC_LIMITS Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_RUSAGE Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 2.10: 1540-008: (S) Source file
Checking that the following compiles succeed: xlC -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.5: 1540-013: (S) "_class" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_SYSTEM_V_MATH Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 6.7: 1540-320: (S) Syntax error - found "using namespace" : "using" is not a type name. "atest1.cc", line 11.19: 1540-090: (S) Syntax error - expected "(" and found ">". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/HAVE_VALARRAY Failed.
Checking that the following compiles succeed: xlC -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.22: 1540-041: (S) An initializer is not allowed for "class member". "atest1.cc", line 8.16: 1540-077: (S) const variable "value" does not have an initializer. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/MEMBER_CONSTANTS Failed.
Checking that the following compiles succeed: xlC -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.13: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 17.5: 1540-207: (I) The previous message applies to the definition of template "Foo". "atest1.cc", line 8.13: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 18.5: 1540-207: (I) The previous message applies to the definition of template "Foo ". "atest1.cc", line 19.9: 1540-055: (S) "Foo " cannot be converted to "Foo ". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/MEMBER_TEMPLATES Failed.
Checking that the following compiles succeed: xlC -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.26: 1540-090: (S) Syntax error - expected "declarator" and found "template". "atest1.cc", line 9.13: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 21.5: 1540-207: (I) The previous message applies to the definition of template "Foo". "atest1.cc", line 9.13: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 22.5: 1540-207: (I) The previous message applies to the definition of template "Foo ". "atest1.cc", line 23.9: 1540-055: (S) "Foo " cannot be converted to "Foo ". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/MEMBER_TEMPLATES_OUTSIDE_CLASS Failed.
Checking that the following compiles succeed: xlC -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.12: 1540-263: (S) Syntax error - expected ";" or "," and found "int". "atest1.cc", line 10.8: 1540-013: (S) "numReads_" is undefined. "atest1.cc", line 18.10: 1540-013: (S) "numReads_" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/MUTABLE Failed.
Checking that the following compiles succeed: xlC -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.11: 1540-320: (S) Syntax error - found "namespace computers" : "namespace" is not a type name. "atest1.cc", line 17.11: 1540-320: (S) Syntax error - found "namespace music" : "namespace" is not a type name. "atest1.cc", line 26.11: 1540-320: (S) Syntax error - found "namespace music" : "namespace" is not a type name. "atest1.cc", line 34.7: 1540-320: (S) Syntax error - found "using namespace" : "using" is not a type name. "atest1.cc", line 38.14: 1540-320: (S) Syntax error - found "keyboard x" : "keyboard" is not a type name. "atest1.cc", line 39.13: 1540-013: (S) "x" is undefined. "atest1.cc", line 41.10: 1540-205: (S) Syntax error - "music" is followed by "::" but is not the name of a class. "atest1.cc", line 42.5: 1540-013: (S) "y" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/NAMESPACES Failed.
Checking that the following compiles succeed: xlC -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.40: 1540-090: (S) Syntax error - expected ")" and found "a". "atest1.cc", line 23.5: 1540-013: (S) "add" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/NCEG_RESTRICT Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/OLD_FOR_SCOPING Succeeded
Checking that the following compiles succeed: xlC -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.11: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 17.11: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 24.5: 1540-206: (I) The previous 2 messages apply to the definition of template "A". "atest1.cc", line 28.6: 1540-047: (S) An expression of type "A " cannot be followed by the function call operator (). "atest1.cc", line 32.6: 1540-047: (S) An expression of type "A " cannot be followed by the function call operator (). xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/PARTIAL_ORDERING Failed.
Checking that the following compiles succeed: xlC -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 11.22: 1540-143: (S) Definition of "foo" is not allowed. "atest1.cc", line 17.22: 1540-143: (S) Definition of "foo" is not allowed. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/PARTIAL_SPECIALIZATION Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 34.49: 1540-090: (S) Syntax error - expected "expression" and found ">". "atest1.cc", line 35.9: 1540-013: (S) "eek" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/REINTERPRET_CAST Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 24.9: 1540-013: (S) "typeid" is undefined. "atest1.cc", line 24.30: 1540-523: (S) "Dalmation" is a type name being used where a variable name is expected. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/RTTI Failed.
Checking that the following compiles succeed: xlC -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.10: 1540-008: (S) Source filecannot be opened. "atest1.cc", line 29.48: 1540-090: (S) Syntax error - expected "expression" and found ">". "atest1.cc", line 30.9: 1540-013: (S) "spotted" is undefined. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/STATIC_CAST Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/TEMPLATES Succeeded
Checking that the following compiles succeed:
xlC -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.19: 1540-090: (S) Syntax error - expected "type name" and found "template".
"atest1.cc", line 21.15: 1540-090: (S) Syntax error - expected "(" and found ",".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATES_AS_TEMPLATE_ARGUMENTS Failed.
Checking that the following compiles succeed: xlC -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.20: 1540-182: (S) Template argument "T" is not used in the declaration of the name or the argument list of "convert". "atest1.cc", line 7.13: 1540-004: (S) "template" statement is not allowed in this scope. "atest1.cc", line 12.16: 1540-090: (S) Syntax error - expected "expression" and found "Foo". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/TEMPLATE_KEYWORD_QUALIFIER Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/TEMPLATE_QUALIFIED_BASE_CLASS Succeeded
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/TEMPLATE_QUALIFIED_RETURN_TYPE Succeeded
Checking that the following compiles succeed: xlC -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.34: 1540-263: (S) Syntax error - expected "," or ")" and found "Y". "atest1.cc", line 25.7: 1540-054: (S) The "+" operator is not allowed between "B >" and "float". xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/TEMPLATE_SCOPED_ARGUMENT_MATCHING Failed.
Checking that the following compiles succeed:
xlC -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.10: 1540-090: (S) Syntax error - expected "type name" and found "typename".
"atest1.cc", line 9.12: 1540-090: (S) Syntax error - expected "(" and found ">".
xlC -o atest *.o -lm
xlC: 1501-228 input file *.o not found
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TYPENAME Failed.
Checking that the following compiles succeed: xlC -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 xlC -o atest atest1.o -lm Checking that executable succeeds: Checking the executable's output: Test BZ/TYPE_PROMOTION Succeeded
Checking that the following compiles succeed: xlC -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.10: 1540-179: (S) Template argument list is empty. xlC -o atest *.o -lm xlC: 1501-228 input file *.o not found Checking that executable succeeds: Checking the executable's output: Test BZ/USE_NUMTRAIT Failed.