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
On Wed, Mar 26, 2008 at 4:25 AM, Andrew Pinski <pinskia@gmail.com> wrote:
> On Tue, Mar 25, 2008 at 10:03 AM, Doug Gregor <doug.gregor@gmail.com> wrote:
> > My SFINAE patch to the C++ front end broke the Objective-C++ front
> > end. This patch fixes the problem, which involves some renaming of
> > routines in the C++ front end as well as minor fixes to the
> > Objective-C++ front end. Okay for mainline?
>
> This is the third bootstrap failure for Objective-C++ in less than two
> weeks. I think it is either time to require Objective-C++ building or
> decide we should remove it.
I agree. It is too tightly coupled to common C/C++ code to be not
enabled by default if it stays in. But you can add a +1 for the voting count
for removing the ObjC++ frontend.
Richard.