This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++/Obj-C++ PATCH] Fix Objective-C++ breakage
It was disabled when tree-ssa was merged, because it wasn't ready for
tree-ssa at that time. I'm not aware of any policy decision to disable
it, just what should have been temporary disabling until a problem was
fixed; I think we should enable it by default again, while still allowing
people not to test patches with Ada since they may not have bootstrap Ada
compilers.
Not to mention, that the old issue that required you to "make
gnatlib_and_tools" before "make install" (otherwise you'd screw up an
existing GNAT install) is gone.
Paolo