Hi, On Thu, 3 Nov 2011, Eric Botcazou wrote:
> > libcpp and libcommon and libcommon-target, the latter are: > > > > diagnostic.o pretty-print.o intl.o input.o version.o > > prefix.o params.o opts.o opts-common.o options.o vec.o hooks.o > > common/common-targhooks.o > > <target>-common.o > > > > Doesn't read as if these were good candidates to compile with C only when > > the rest is C++. > > Yes, compiling everything with -fno-exceptions seems by far the simplest > route. Note, though, that eventually you'll probably have to link with g++ for real anyway, as soon as somebody starts using c++ features in those files. Meanwhile I've put the -fno-exceptions flag to real testing, will commit if that succeeds. Ciao, Michael.