This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] Rename IS_AGGR_TYPE & co
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Paolo Carlini" <pcarlini at suse dot de>
- Cc: "Gcc Patch List" <gcc-patches at gcc dot gnu dot org>, "Mark Mitchell" <mark at codesourcery dot com>
- Date: Fri, 21 Mar 2008 13:07:33 -0700
- Subject: Re: [C++ Patch] Rename IS_AGGR_TYPE & co
- References: <47D9BB00.90905@suse.de>
On Thu, Mar 13, 2008 at 4:38 PM, Paolo Carlini <pcarlini@suse.de> wrote:
> Hi all, hi Mark,
>
> this is the patch which I finally regtested on x86_64-linux: supposedly,
> it implements rather strictly all your suggestions (many thanks again
> for those).
>
> I would ask you to specifically double check the make_class_type
> (TREE_CODE (t)) call in begin_class_definition (semantics.c), that is,
> that TREE_CODE can only boils down to either RECORD_TYPE or UNION_TYPE
> in that case.
This patch breaks Objective-C++ building, see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35660 .
Thanks,
Andrew Pinski