From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28305 invoked by alias); 11 Dec 2004 03:28:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28283 invoked by uid 48); 11 Dec 2004 03:28:37 -0000 Date: Sat, 11 Dec 2004 03:28:00 -0000 Message-ID: <20041211032837.28282.qmail@sourceware.org> From: "andre dot maute at gmx dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040718101108.16613.andre.maute@gmx.de> References: <20040718101108.16613.andre.maute@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/16613] [3.4 Regression] compile time regression, when adding cerr usage X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg01587.txt.bz2 List-Id: ------- Additional Comments From andre dot maute at gmx dot de 2004-12-11 03:28 ------- now with --disable-checking in the configure parameters for gcc-4.0 > g++-4.0-20041205-1-dc -v Reading specs from /opt/gcc-4.0-20041205-1-dc/lib/gcc/i686-pc-linux-gnu/4.0.0/specs Configured with: ../gcc-4.0-20041205/configure --prefix=/opt/gcc-4.0-20041205-1-dc --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-nls --program-suffix=-4.0-20041205-1-dc --with-arch=pentium3 --disable-checking Thread model: posix gcc version 4.0.0 20041205 (experimental) > time g++-4.0-20041205-1-dc -c -O3 -D __NDEBUG__ compiletimetest2.cc real 0m18.300s user 0m18.050s sys 0m0.250s > time g++-4.0-20041205-1-dc -c -O3 -D __DEBUG__ compiletimetest2.cc real 0m21.368s user 0m20.960s sys 0m0.440s this looks much better but not as good as with g++-3.3.5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16613