From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24813 invoked by alias); 16 Dec 2001 00:09:39 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 24719 invoked from network); 16 Dec 2001 00:08:21 -0000 Received: from unknown (HELO snake.iap.physik.tu-darmstadt.de) (130.83.4.87) by sources.redhat.com with SMTP; 16 Dec 2001 00:08:21 -0000 Received: from localhost (schmid@localhost) by snake.iap.physik.tu-darmstadt.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id BAA03038 for ; Sun, 16 Dec 2001 01:08:20 +0100 Date: Sat, 15 Dec 2001 16:34:00 -0000 From: Peter Schmid To: gcc@gcc.gnu.org Subject: Results for g++ 3.0.3 application testing on i686-pc-linux-gnu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00841.txt.bz2 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