[gcc-in-cxx] Fix objc frontend to build with C++

Ian Lance Taylor iant@google.com
Wed Mar 4 15:51:00 GMT 2009


I committed this patch to the gcc-in-cxx branch to let the objc frontend
to let it build with C++.  Among other things, this corrects an earlier
merge error.

Ian


2009-03-04  Ian Lance Taylor  <iant@google.com>

	* objc/Make-lang.in (cc1obj-dummy$(exeext)): Link with $(CXX).
	(cc1obj$(exeext)): Likewise.
	* objc/objc-act.c (objc_rewrite_function_call): Change params to
	tree.
	(objc_gimplify_expr): Change return type to int.
	* objc/objc-act.h (objc_gimplify_expr): Update declaration.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-patch
Size: 2642 bytes
Desc: Fix objc frontend to build with C++
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090304/56637872/attachment.bin>


More information about the Gcc-patches mailing list