Hi Giovanni, > I'm trying to compile llvm-gcc, but the compilation fails. This is due to > the fact that the ConstantArray class does no longer have the getAsString > method. llvm-gcc is dead. Please use dragonegg (which is analogous to llvm-gcc, but for gcc-4.5/gcc-4.6) or clang instead. Ciao, Duncan.