Hi, On Mon, 31 Aug 2009, Pedro Lamarão wrote: > 2009/8/28 Pedro Lamarão : > > > I have not yet made complete size and execution speed measurements, though. > > I've run the test suite and there are some failures; I think many of > > them are not regressions when compared with a pure build with C++. > > Comparing trunk -r151160 and trunk -t151160 --enable-build-with-cxx > + patches, these are the sizes of xgcc and g++ before strip: > > [psilva@joana obj]$ ls -lh gcc/xgcc gcc/g++ > -rwxrwxr-x. 1 psilva psilva 481K Ago 31 12:58 gcc/g++ > -rwxrwxr-x. 1 psilva psilva 477K Ago 31 12:58 gcc/xgcc That's not the real compiler, only the compiler driver. Look for files named cc1 (the C compiler) and cc1plus (the C++ compiler) :-) Ciao, Michael.