http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59522
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The one thing is your new g++ is it executing your newly build cc1plus? That is the main reason why it would fail. Try add -B . to the command line if you are still in the build directory.