On 04/16/2012 10:14 AM, Doug Hunley wrote: > I'm currently running ~amd64 and when I ran a world update, > dev-libs/ppl-0.12 was pulled down, compiled and installed. At that > point, gcc stops compiling. It doesn't matter what I try to compile, > whether it's the dev-libs/cloog-ppl rebuild that dev-libs/ppl-0.12. > says to do, a recompile of gcc, or anything else. They all die with > with 'internal compiler error'. I end up having to 'emerge -k gcc' and > then masking dev-libs/ppl-0.12 to get back to a working compiler > chain.
I can't explain why the "internal compiler error" but I'd guess it's probably something in your CFLAGS, as the other replies suggested. But be aware that once you finally get ppl upgraded you'll need to rebuild cloog-ppl *without* the -floop-* flags because gcc will not build anything *with* those flags because the old cloog-ppl will now be broken. Until you rebuild it, of course.