------- Comment #18 from howarth at nitro dot med dot uc dot edu 2010-07-13 13:06 ------- (In reply to comment #17) > Subject: Re: --enable-build-with-cxx plugin tests fail > > > This patch should restore the use of the previous stage compiler for > > plugins. > > Indeed: with the exception of the $(ENABLE_BUILD_WITH_CXX) handling, > that's what I've been using already. > > Thanks. > Rainer >
The only remaining oddity is the fact that only PLUGINCC/PLUGINCFLAGS are used for the plugins testsuite in both gcc.dg and g++.dg. This means that for either value of ENABLE_BUILD_WITH_CXX at least one of those set of plugin testcases will be compiled with the wrong compiler (ie gcc for g++.dg/plugin or g++ for gcc.dg/plugin) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42843