------- 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

Reply via email to