This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] initial location support for C parser


On Mon, Sep 01, 2008 at 11:01:10AM -0400, Aldy Hernandez wrote:
> > The C parts of the patch are OK.
> 
> I am committing the patch as is.  The objc parts were approved by Mike
> Stump, and the rest of the patch was approved by Mark Mitchell.

This broke ObjC++, objc/objc-act.c is compiled both into ObjC and ObjC++
FEs and when C/ObjC build_array_ref has 3 arguments while C++/ObjC++
build_array_ref has just 2, objc-act.c doesn't compile at all in objcp/
directory.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]