From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10209 invoked by alias); 13 Aug 2012 03:28:59 -0000 Received: (qmail 10201 invoked by uid 22791); 13 Aug 2012 03:28:58 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f47.google.com (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 03:28:45 +0000 Received: by pbcwy7 with SMTP id wy7so6289840pbc.20 for ; Sun, 12 Aug 2012 20:28:44 -0700 (PDT) Received: by 10.68.203.98 with SMTP id kp2mr15909883pbc.132.1344828524805; Sun, 12 Aug 2012 20:28:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.73.100 with HTTP; Sun, 12 Aug 2012 20:28:24 -0700 (PDT) In-Reply-To: <50253351.1030309@google.com> References: <20120808195258.GA30576@google.com> <50253351.1030309@google.com> From: Laurynas Biveinis Date: Mon, 13 Aug 2012 03:28:00 -0000 Message-ID: Subject: Re: [cxx-conversion] Support garbage-collected C++ templates To: Diego Novillo Cc: gcc-patches@gcc.gnu.org, Lawrence Crowl Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg00735.txt.bz2 Diego - >>> * doc/gty.texi: Document support for C++ templates and >>> user-provided markers. >> >> >> The 1st node in this doc file needs s/C/C++/g and perhaps some more >> explanation with an eye on C++. > > > Sorry. I'm not sure what you are trying to say here. I'm referring to the very first part of gty.texi, section 22 before the subsection table of contents: http://gcc.gnu.org/onlinedocs/gccint/Type-Information.html#Type-Information. It talks about C, structs and unions and it will need updating about C++ support in gengtype. -- Laurynas