From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11144 invoked by alias); 7 Mar 2002 18:47:35 -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 11031 invoked from network); 7 Mar 2002 18:47:33 -0000 Received: from unknown (HELO snake.iap.physik.tu-darmstadt.de) (130.83.4.87) by sources.redhat.com with SMTP; 7 Mar 2002 18:47:33 -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 UAA12672; Thu, 7 Mar 2002 20:47:42 +0100 Date: Thu, 07 Mar 2002 10:47:00 -0000 From: Peter Schmid To: Benjamin Kosnik cc: , Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-03/txt/msg00249.txt.bz2 Results for g++ 3.1 application testing on i686-pc-linux-gnu (symvers) Following Benjamins request I upgraded binutils and rerun the test with symbol versioning enabled. Surprisingly, this time 22_locale/collate_byname.cc from the libstdc++ testsuite fails which passed on the last run when gcc 20020302 was employed. Could you please take a look at 22_locale/collate_members_char.cc, which does not pass either. Here are the results: current boost cvs: All tests pass. There are seven "failures" for empty_* types in object_type_traits_test.cpp. I do not know why.| blitz-20001213: Compiling wei-ku-1.cpp crashes the compiler when optimization is on. Cf. PR c++/5504 (gcc 3.0 regression). root_v3.02.07: Everything works, except for test/bench.cxx, as for gcc 3.0. | pooma-gcc: No problems detected. All tests pass. | Code from Josuttis' Book "The C++ Standard Library": | Everything works fine, except for the unresolved state of PR libstc++/5133. stepanov_v1p2.C: -O Abstraction Penalty: 1.13 -O2 Abstraction Penalty: 1.32 -O3 Abstraction Penalty: 1.30 -O2 -finline-limit=10000 Abstraction Penalty: 1.27 -O2 -finline-limit=100000 Abstraction Penalty: 1.29 mtl-2.1.2-20: No problems detected, after applying patches for missing typename warnings. | STLport-4.5.3 No problems detected. All tests pass. | System setup: SuSE 7.3 Glibc 2.2.4 + patches Linux 2.4.17 binutils version 020305 20020305 g++ -v Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs Configured with: ../gcc/configure --enable-shared --disable-nls --enable-threads --enable-languages=c,c++,f77,objc Thread model: posix gcc version 3.1 20020306 (prerelease) Hope this helps, Peter Schmid