This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Results for g++ 3.0.3 application testing on i686-pc-linux-gnu


I tested g++ 3.0.3 20011215 (prerelease) versus some applications.
Here are the results:

current boost cvs:
All tests pass.
Cv-qualified references are not implemented, PR C++/2645.

blitz-20001213:
No problems detected after increasing -ftemplate-depth to 100. 
All tests pass.

root_v3.02.05:
Everything works, except for test/bench.cxx.

pooma-gcc:
No problems detected. All tests pass.

Code from Josuttis' Book "The C++ Standard Library":
Everything works except for the problems reported in PRs
libstdc++/3679 and libstdc++/3720, partly fixed; both of them are fixed
on the main line.   

stepanov_v1p2.C:
-O2				Abstraction Penalty: 1.19
-O3				Abstraction Penalty: 3.82
-O2  -finline-limit=10000	Abstraction Penalty: 1.22
-O2  -finline-limit=100000	Abstraction Penalty: 1.20

mtl-2.1.2-19:
No problems detected.

STLport-4.5
No problems detected. All tests pass.

System setup:
SuSE 7.3
Glibc 2.2.4
Linux 2.4.14
binutils version 2.11.90.0.29
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
Configured with: ../gcc-3.0/configure --enable-shared --disable-nls --enable-threads=posix --enable-clocale=gnu --enable-languages=c,c++,f77,objc
Thread model: posix
gcc version 3.0.3 20011215 (prerelease)

Hope this helps,

Peter Schmid


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]