From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24777 invoked by alias); 10 May 2011 20:19:17 -0000 Received: (qmail 24749 invoked by uid 22791); 10 May 2011 20:19:17 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 May 2011 20:19:03 +0000 Received: (qmail 27437 invoked from network); 10 May 2011 20:19:02 -0000 Received: from unknown (HELO ?192.168.1.78?) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 May 2011 20:19:02 -0000 Message-ID: <4DC99DAA.30008@codesourcery.com> Date: Wed, 11 May 2011 00:34:00 -0000 From: Nathan Froyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0a2) Gecko/20110427 Thunderbird/3.3a4pre MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 13/18] move TS_EXP to be a substructure of TS_TYPED References: <1299817406-16745-1-git-send-email-froydnj@codesourcery.com> <1299817406-16745-14-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1299817406-16745-14-git-send-email-froydnj@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-05/txt/msg00796.txt.bz2 On 03/10/2011 11:23 PM, Nathan Froyd wrote: > After all that, we can finally make tree_exp inherit from typed_tree. > Quite anticlimatic. Ping. http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00559.html -Nathan