On Friday 17 May 2002 17:40, Rolf Magnus wrote: > Hi, > output of "time make" with gcc 2.95.3: > > real 34m56.576s > user 33m16.010s > sys 1m12.750s > > and with gcc 3.1: > > real 69m10.886s > user 65m58.620s > sys 1m49.540s > And you compiled gcc from CVS? --disable-checking is your friend. I doubt your gcc 2.95.3 had internal checking activated, but it is default when you compile gcc from CVS.