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, Darwin, c*, ObjC* 1/2] Implement Darwin CFStrings.


On Oct 19, 2010, at 1:48 AM, IainS wrote:
> The changes need to be applied as one commit - hence one email.

> OK for trunk?

Ok.

If someone has a suggestion and direction for this part:

+      if (darwin_running_cxx)
+	TREE_LANG_FLAG_4 (constructor) = 1;  /* TREE_HAS_CONSTRUCTOR  */

I'd pre-approve a better direction.  I've not thought about it much yet.  I'm wondering if it makes sense to include the header that defines TREE_HAS_CONSTRUCTOR and then use that directly, or, if that should be pushed into the language independent parts of the compiler.... or something else entirely.


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