This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)
- From: "andre dot maute at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2005 23:05:56 -0000
- Subject: [Bug regression/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)
- References: <20050508212805.21456.andre.maute@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From andre dot maute at gmx dot de 2005-07-07 23:05 -------
oh well, once more the compiletime increased
g++-4.1-20050604 -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20050604/configure --prefix=/opt/gcc-4.1-20050604
--program-suffix=-4.1-20050604 --enable-shared --enable-languages=c,c++
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--disable-nls --disable-checking --with-arch=pentium3
Thread model: posix
gcc version 4.1.0 20050604 (experimental)
time g++-4.1-20050604 -c -O3 -D __NDEBUG__ compiletimetest2.cc
real 1m34.055s
user 1m31.347s
sys 0m1.215s
time g++-4.1-20050604 -c -O3 -D __DEBUG__ compiletimetest2.cc
real 1m44.792s
user 1m42.236s
sys 0m1.117s
g++-4.1-20050702 -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20050702/configure --prefix=/opt/gcc-4.1-20050702
--program-suffix=-4.1-20050702 --enable-shared --enable-languages=c,c++
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--disable-nls --disable-checking --with-arch=pentium3
Thread model: posix
gcc version 4.1.0 20050702 (experimental)
time g++-4.1-20050702 -c -O3 -D __NDEBUG__ compiletimetest2.cc
real 2m21.944s
user 2m20.101s
sys 0m1.146s
time g++-4.1-20050702 -c -O3 -D __DEBUG__ compiletimetest2.cc
real 2m33.524s
user 2m32.146s
sys 0m1.111s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21456