On 14 August 2010 14:48, Brad Bell wrote: > When I compile the program below with EXTRA_CLASS_OBJECTS equal to 0, the > compile time is about 3 seconds. When EXTRA_CLASS_OBJECTS is 1, the compile > time is about 12 seconds.
This isn't really suitable for this mailing list. If you have a question about why compilation is slow try the gcc-help list or use the -ftime-report option http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Debugging-Options.html#index-ftime_002dreport-504 If you think there's a bug, report it to bugzilla http://gcc.gnu.org/bugs/ Make sure you say which version of GCC you're using if you want anyone to look into it.