dragonegg bootstrap gcc 4.5.2

The current dragonegg trunk svn used under FSF gcc 4.5.2 with llvm 2.9
is able to bootstrap FSF gcc 4.5.2 itself on x86_64-apple-darwin10...

Using built-in specs.
COLLECT_GCC=gcc-mp-4.5
COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin10/4.5.2/lto-wrapper
Target: x86_64-apple-darwin10
Configured with: ../gcc-4.5.2/configure --prefix=/opt/local --build=x86_64-apple-darwin10 --enable-languages=c,c++,objc,obj-c++,fortran,java --libdir=/opt/local/lib/gcc45 --includedir=/opt/local/include/gcc45 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.5 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.5 --with-gxx-include-dir=/opt/local/include/gcc45/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --enable-stage1-checking --disable-multilib --enable-fully-dynamic-string
Thread model: posix
gcc version 4.5.2 (GCC)

Pretty impressive.
        Jack

Very nice! Is dragonegg able to compile LLVM and Clang?

-bw

Hi Bill,

Very nice! Is dragonegg able to compile LLVM and Clang?

it can on x86-32 and x86-64 linux (the buildbots build LLVM, gcc-4.5 and
dragonegg using dragonegg, and I occasionally check that dragonegg can build
clang).

Ciao, Duncan.