From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14474 invoked by alias); 10 Aug 2007 16:38:00 -0000 Received: (qmail 14425 invoked by uid 22791); 10 Aug 2007 16:37:59 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Aug 2007 16:37:57 +0000 Received: (qmail 19032 invoked from network); 10 Aug 2007 16:37:55 -0000 Received: from unknown (HELO ?192.168.0.3?) (mitchell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Aug 2007 16:37:55 -0000 Message-ID: <46BC945B.5050505@codesourcery.com> Date: Fri, 10 Aug 2007 16:38:00 -0000 From: Mark Mitchell User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Andrew Pinski CC: Ian Lance Taylor , gcc-patches@gcc.gnu.org Subject: Re: PATCH RFC: Use type alias_set_type to hold alias sets References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 2007-08/txt/msg00681.txt.bz2 Andrew Pinski wrote: > On 09 Aug 2007 17:30:12 -0700, Ian Lance Taylor wrote: >> To avoid the kind of error made in the original patch, in which some >> variables did not change type, this is a purely mechanical patch to >> change all alias set representations to have type alias_set_type. > > I love this idea and I think we should use it more often for other > variables where we store/use in different places. /me three I think it would be much better if we used typedefs for integer types much more widely. Thanks, -- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713