diff --git a/libs/cs-linux2.html b/libs/cs-linux2.html index 82cce009f7..1194108459 100644 --- a/libs/cs-linux2.html +++ b/libs/cs-linux2.html @@ -6,7 +6,7 @@ Compiler Status: Linux/x86

Compiler Status: Linux/x86

-

Run Date: 28 Jul 2000 GMT

+

Run Date: 31 Jul 2000 GMT

@@ -81,8 +81,8 @@ Compiler Status: Linux/x86 - - + + diff --git a/libs/regrtest.py b/libs/regrtest.py index 59e8ea896f..9e004b9492 100644 --- a/libs/regrtest.py +++ b/libs/regrtest.py @@ -66,9 +66,11 @@ def compile( program ): if sys.platform == "linux2": if compiler_arg == "*" or compiler_arg == "gcc": - invoke( "GCC 2.95.2", 'g++ -I' + path + ' ' + fullpath ) + invoke( "GCC 2.95.2", 'g++ -ftemplate-depth-30 -I' + path + ' ' + fullpath ) if compiler_arg == "*" or compiler_arg == "gcc-stlport": - invoke( "GCC 2.95.2 STLport 4.0b8", 'g++ -V 2.95.2-stlport -I' + path + ' ' + fullpath ) + invoke( "GCC 2.95.2 STLport 4.0b8", 'g++ -V 2.95.2-stlport -ftemplate-depth-30 -I' + path + ' ' + fullpath ) +# if compiler_arg == "*" or compiler_arg == "gcc-exp": +# invoke( "GCC 2.96-xxx experimental", '/opt/exp/gcc/bin/gcc -ftemplate-depth-30 -I' + path + ' ' + fullpath ) else: if compiler_arg=="*" or compiler_arg=="bcc54": bcc54_path=os.environ["BOOST_BCC54_PATH"] @@ -162,6 +164,8 @@ if sys.platform == "linux2": f.write( "\n" ) if compiler_arg == "*" or compiler_arg == "gcc-stlport": f.write( "\n" ) +# if compiler_arg == "*" or compiler_arg == "gcc-exp": +# f.write( "\n" ) else: if compiler_arg=="*" or compiler_arg=="bcc54": f.write( "\n" )
utility/operators_test.cppnonoyesyes
utility/type_traits_test.cppGNU
GCC
2.95.2
GNU
GCC
2.95.2
STLport
4.0 beta 8
GNU
GCC
2.96-xxx experimental
Borland
BCC
5.4