> Revised version, only 33 files modified now (instead of 51). We compile the C > files for the compiler proper (and gnatbind) with the C++ compiler, but we > keep compiling them with the C compiler in the other cases (library & tools). > I think that this is in keeping with the other compilers (e.g. libgcc is still > compiled with the C compiler). > > Bootstrapped/regtested on x86_64-suse-linux with > --enable-build-with-cxx. > > Arno, do you have any objections to me applying this?
Certainly looks better to me. Arno