Test output for IRIX64 DCC


Test DEFECT/OLD_STL_HEADERS

Checking that the following compiles fail:
CC -n32 -experimental -LANG:bool=ON -c ftest1.cc
"ftest1.cc", line 1: error(1005): could not open source file "vector"
  #include 
                   ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -c atest1.cc
"/usr/include/CC/stack.h", line 61: error(1020): identifier "deque" is
          undefined
  template  >
                                      ^

"/usr/include/CC/stack.h", line 61: error(3130): expected a "," or ">"
  template  >
                                           ^

"/usr/include/CC/stack.h", line 61: error(1166): expected a declaration
  template  >
                                               ^

"/usr/include/CC/stack.h", line 61: error(1065): expected a ";"
  template  >
                                               ^

"/usr/include/CC/stack.h", line 79: warning(1012): parsing restarts here after
          previous syntax error
  };
   ^

"/usr/include/CC/stack.h", line 82: warning(1233): explicit type is missing
          ("int" assumed)
  bool operator==(const queue& x, const queue& y) {
                  ^

"/usr/include/CC/stack.h", line 82: error(1018): expected a ")"
  bool operator==(const queue& x, const queue& y) {
                             ^

"/usr/include/CC/stack.h", line 82: error(1319): too few arguments for
          operator function
  bool operator==(const queue& x, const queue& y) {
       ^

"/usr/include/CC/stack.h", line 82: error(1320): nonmember operator requires
          an argument with class type
  bool operator==(const queue& x, const queue& y) {
       ^

"/usr/include/CC/stack.h", line 81: error(1424): template parameter "T" is not
          used in declaring the parameter types of function template
          "(int)"
  template 
                  ^

"/usr/include/CC/stack.h", line 81: error(1424): template parameter "Sequence"
          is not used in declaring the parameter types of function template
          "(int)"
  template 
                           ^

"/usr/include/CC/stack.h", line 87: warning(1233): explicit type is missing
          ("int" assumed)
  bool operator<(const queue& x, const queue& y) {
                 ^

"/usr/include/CC/stack.h", line 87: error(1018): expected a ")"
  bool operator<(const queue& x, const queue& y) {
                            ^

"/usr/include/CC/stack.h", line 87: error(1319): too few arguments for
          operator function
  bool operator<(const queue& x, const queue& y) {
       ^

"/usr/include/CC/stack.h", line 87: error(1320): nonmember operator requires
          an argument with class type
  bool operator<(const queue& x, const queue& y) {
       ^

"/usr/include/CC/stack.h", line 86: error(1424): template parameter "T" is not
          used in declaring the parameter types of function template
          "(int)"
  template 
                  ^

"/usr/include/CC/stack.h", line 86: error(1424): template parameter "Sequence"
          is not used in declaring the parameter types of function template
          "(int)"
  template 
                           ^

14 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -c ftest1.cc
"ftest1.cc", line 1: error(1005): could not open source file "cstdio"
  #include 
                   ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -c ftest1.cc
"ftest1.cc", line 2: error(1005): could not open source file "iostream"
  #include 
                     ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -c ftest1.cc
"ftest1.cc", line 2: error(1005): could not open source file "sstream"
  #include 
                    ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Test DEFECT/OLD_STRINGSTREAM Succeeded

Test DEFECT/NO_IOSFWD_HEADER

Checking that the following compiles fail:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -c ftest1.cc
"ftest1.cc", line 2: error(1005): could not open source file "iosfwd"
  #include 
                   ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Test DEFECT/NO_IOSFWD_HEADER Succeeded

Test DEFECT/GCC27_STRINGSTREAM_STR

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
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 -n32 -experimental -LANG:bool=ON -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(1005): could not open source file "iostream"
  #include 
                     ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Test DEFECT/NO_STDLIB_NAMESPACES Succeeded

Test DEFECT/OLD_STL_COUNT

Checking that the following compiles fail:
CC -n32 -experimental -LANG:bool=ON -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(1005): could not open source file "vector"
  #include 
                   ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -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(1005): could not open source file "vector"
  #include 
                   ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -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(1005): could not open source file "string"
  #include 
                   ^

1 catastrophic error detected in the compilation of "ftest1.cc".
Compilation terminated.
Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -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 -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test DEFECT/SGICC_STRING_HEADER Succeeded

Test Tests/bool

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/bool Succeeded

Test Tests/cast1

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast1 Succeeded

Test Tests/cast2

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast2 Succeeded

Test Tests/cast3

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/cast3 Succeeded

Test Tests/except1

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c -LANG:exceptions=on atest1.cc
"atest1.cc", line 16: warning(1110): statement is unreachable
      return;
      ^

CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/except1 Succeeded

Test Tests/except2

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c -LANG:exceptions=on atest1.cc
"atest1.cc", line 2: error(1005): could not open source file "exception"
  #include 
                      ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test Tests/except2 Failed.

Test Tests/hello

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/hello Succeeded

Test Tests/mutable

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/mutable Succeeded

Test Tests/ns1

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns1 Succeeded

Test Tests/ns2

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns2 Succeeded

Test Tests/ns3

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/ns3 Succeeded

Test Tests/rtti2

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 1: error(1005): could not open source file "typeinfo"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test Tests/rtti2 Failed.

Test Tests/template1

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/template1 Succeeded

Test Tests/template2

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test Tests/template2 Succeeded

Test BZ/BOOL

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/BOOL Succeeded

Test BZ/CONST_CAST

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/CONST_CAST Succeeded

Test BZ/DEFAULT_TEMPLATE_PARAMETERS

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/DEFAULT_TEMPLATE_PARAMETERS Succeeded

Test BZ/DYNAMIC_CAST

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 1: error(1005): could not open source file "typeinfo"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 13: error(1018): expected a ")"
      enum { a = (T1::a > T2::a) ? T1::a : T2::b,
                        ^

"atest1.cc", line 13: error(1029): expected an expression
      enum { a = (T1::a > T2::a) ? T1::a : T2::b,
                                 ^

"atest1.cc", line 13: error(1067): expected a "}"
      enum { a = (T1::a > T2::a) ? T1::a : T2::b,
                                         ^

"atest1.cc", line 14: warning(1356): nonstandard member constant declaration
             b = T1::b + T2::b,
             ^

"atest1.cc", line 14: error(1041): expression must have arithmetic or pointer
          type
             b = T1::b + T2::b,
                 ^

"atest1.cc", line 15: warning(1356): nonstandard member constant declaration
             c = (T1::c * T2::c + T2::a + T1::a)
             ^

"atest1.cc", line 15: error(1018): expected a ")"
             c = (T1::c * T2::c + T2::a + T1::a)
                          ^

"atest1.cc", line 16: error(1029): expected an expression
      };
      ^

"atest1.cc", line 16: error(1041): expression must have arithmetic or pointer
          type
      };
      ^

"atest1.cc", line 16: warning(1065): expected a ";"
      };
      ^

7 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test BZ/ENUM_COMPUTATIONS Failed.

Test BZ/EXCEPTIONS

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c -LANG:exceptions=on atest1.cc
"atest1.cc", line 4: error(1005): could not open source file "typeinfo"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXCEPTIONS Failed.

Test BZ/EXPLICIT

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/EXPLICIT Succeeded

Test BZ/EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 11: error(1424): template parameter "X" is not used in
          declaring the parameter types of function template "to"
  template
                 ^

"atest1.cc", line 20: error(1227): type name is not allowed
      Vector y = to(x);
                            ^

"atest1.cc", line 20: error(1273): cannot determine which instance of function
          template "to" is intended
      Vector y = to(x);
                         ^

3 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/FULL_SPECIALIZATION_SYNTAX Succeeded

Test BZ/FUNCTION_NONTYPE_PARAMETERS

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o

--- C++ prelinker: atest1.o ---
 CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
Checking that executable succeeds:
Checking the executable's output:
Test BZ/FUNCTION_NONTYPE_PARAMETERS Succeeded

Test BZ/HAVE_COMPLEX

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "complex"
  #include 
                    ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "complex"
  #include 
                    ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 26: error(1020): identifier "finite" is undefined
      finite(x);
      ^

"atest1.cc", line 34: error(1020): identifier "trunc" is undefined
      trunc(x);
      ^

2 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "limits"
  #include 
                   ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/HAVE_RUSAGE Succeeded

Test BZ/HAVE_STD

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 1: error(1005): could not open source file "iostream"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 20: error(1020): identifier "_class" is undefined
      _class(x);
      ^

"atest1.cc", line 21: error(1020): identifier "ilogb" is undefined
      ilogb(x);
      ^

"atest1.cc", line 22: error(1020): identifier "itrunc" is undefined
      itrunc(x);
      ^

"atest1.cc", line 23: error(1020): identifier "nearest" is undefined
      nearest(x);
      ^

"atest1.cc", line 24: error(1020): identifier "rsqrt" is undefined
      rsqrt(x);
      ^

"atest1.cc", line 25: error(1020): identifier "uitrunc" is undefined
      uitrunc(x);
      ^

6 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "valarray"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_CONSTANTS Succeeded

Test BZ/MEMBER_TEMPLATES

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_TEMPLATES Succeeded

Test BZ/MEMBER_TEMPLATES_OUTSIDE_CLASS

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o

--- C++ prelinker: atest1.o ---
 CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MEMBER_TEMPLATES_OUTSIDE_CLASS Succeeded

Test BZ/MUTABLE

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/MUTABLE Succeeded

Test BZ/NAMESPACES

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/NAMESPACES Succeeded

Test BZ/NCEG_RESTRICT

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 6: error(1018): expected a ")"
  void add(int length, double * restrict a, const double * restrict b,
                                         ^

"atest1.cc", line 10: error(1020): identifier "a" is undefined
          a[i] = b[i] + c[i];
          ^

"atest1.cc", line 10: error(1020): identifier "b" is undefined
          a[i] = b[i] + c[i];
                 ^

"atest1.cc", line 10: error(1020): identifier "c" is undefined
          a[i] = b[i] + c[i];
                        ^

"atest1.cc", line 23: error(1136): too many arguments in function call
      add(10,a,b,c);
               ^

5 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 28: error(1282): more than one instance of overloaded
          function "A::operator()" matches the argument list:
            function template "A::operator()(T1, T2)"
            function template "A::operator()(I, I)"
            argument types are: (I<0>, I<1>)
      x(a,b);
      ^

1 error detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 11: error(1101): "foo" has already been declared in the
          current scope
  class foo {
        ^

"atest1.cc", line 17: error(1227): type name is not allowed
  class foo {
            ^

"atest1.cc", line 17: error(1422): too many arguments for class template "foo"
  class foo {
                  ^

"atest1.cc", line 17: error(1227): type name is not allowed
  class foo {
            ^

"atest1.cc", line 17: error(1422): too many arguments for class template "foo"
  class foo {
                  ^

"atest1.cc", line 24: error(1227): type name is not allowed
      if ((foo::z == 0) && (foo::z == 1) 
               ^

"atest1.cc", line 24: error(1422): too many arguments for class template "foo"
      if ((foo::z == 0) && (foo::z == 1) 
                  ^

"atest1.cc", line 24: error(1227): type name is not allowed
      if ((foo::z == 0) && (foo::z == 1) 
                                       ^

"atest1.cc", line 24: error(1422): too many arguments for class template "foo"
      if ((foo::z == 0) && (foo::z == 1) 
                                             ^

"atest1.cc", line 25: error(1227): type name is not allowed
         && (foo::z == 2))
                 ^

"atest1.cc", line 25: error(1422): too many arguments for class template "foo"
         && (foo::z == 2))
                      ^

11 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "typeinfo"
  #include   
                       ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test BZ/REINTERPRET_CAST Failed.

Test BZ/RTTI

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 1: error(1005): could not open source file "typeinfo"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test BZ/RTTI Failed.

Test BZ/STATIC_CAST

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 3: error(1005): could not open source file "typeinfo"
  #include 
                     ^

1 catastrophic error detected in the compilation of "atest1.cc".
Compilation terminated.
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
Checking that executable succeeds:
Checking the executable's output:
Test BZ/STATIC_CAST Failed.

Test BZ/TEMPLATES

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o

--- C++ prelinker: atest1.o ---
 CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 10: error(1442): "template" is not allowed
  template class T_alloc>
                    ^

"atest1.cc", line 16: error(1522): type "" may not have a template
          argument list
     T_alloc alloc_; 
     ^

"atest1.cc", line 21: error(1420): argument list for class template "allocator"
          is missing
      foo x;
                  ^

"atest1.cc", line 21: warning(1174): variable "x" was declared but never
          referenced
      foo x;
                             ^

3 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 7: error(1424): template parameter "T" is not used in
          declaring the parameter types of function template "Foo::convert"
      template static T convert() { return T(); }
                     ^

"atest1.cc", line 12: error(1040): expected an identifier
      double z = Foo::template convert();
                      ^

"atest1.cc", line 12: error(1065): expected a ";"
      double z = Foo::template convert();
                      ^

"atest1.cc", line 12: warning(1174): variable "z" was declared but never
          referenced
      double z = Foo::template convert();
             ^

3 errors detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_QUALIFIED_BASE_CLASS Succeeded

Test BZ/TEMPLATE_QUALIFIED_RETURN_TYPE

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o

--- C++ prelinker: atest1.o ---
 CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TEMPLATE_QUALIFIED_RETURN_TYPE Succeeded

Test BZ/TEMPLATE_SCOPED_ARGUMENT_MATCHING

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
"atest1.cc", line 25: error(1323): no operator "+" matches these operands
            operand types are: B> + float
      z + 0.5f;     //        match +(B>, A::W)
        ^

1 error detected in the compilation of "atest1.cc".
CC -n32 -experimental -LANG:bool=ON -o atest *.o
ld32: FATAL 9: I/O error (*.o): No such file or directory
CC INTERNAL ERROR:  /usr/lib32/cmplrs/ld32 returned non-zero status 32
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
Checking that executable succeeds:
Checking the executable's output:
Test BZ/TYPENAME Succeeded

Test BZ/TYPE_PROMOTION

Checking that the following compiles succeed:
CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o
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 -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
CC -n32 -experimental -LANG:bool=ON -o atest atest1.o

--- C++ prelinker: atest1.o ---
 CC -n32 -experimental -LANG:bool=ON -DDEFECT_OLD_STDC_HEADERS -DDEFECT_OLD_IOSTREAM_HEADERS -DDEFECT_OLD_STRINGSTREAM -DDEFECT_NO_IOSFWD_HEADER -DDEFECT_GCC27_STRINGSTREAM_STR -DDEFECT_NO_STDLIB_NAMESPACES -DDEFECT_SGICC_STRING_HEADER -c atest1.cc
Checking that executable succeeds:
Checking the executable's output:
Test BZ/USE_NUMTRAIT Succeeded