From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20786 invoked by alias); 23 Oct 2004 16:29:00 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 20779 invoked from network); 23 Oct 2004 16:29:00 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 23 Oct 2004 16:29:00 -0000 Received: (qmail 27638 invoked from network); 23 Oct 2004 16:28:59 -0000 Received: from taltos.codesourcery.com (zack@66.92.218.83) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 23 Oct 2004 16:28:59 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Sat, 23 Oct 2004 09:28:58 -0700 To: Dale Johannesen Cc: Andrew Pinski , "gcc-patches@gcc.gnu.org Patches" Subject: Re: [PATCH] Fix some of the mt_allocator testcases on darwin References: <3782A4BC-250E-11D9-A3DF-000A95D7D16C@apple.com> From: Zack Weinberg Date: Sat, 23 Oct 2004 19:17:00 -0000 In-Reply-To: <3782A4BC-250E-11D9-A3DF-000A95D7D16C@apple.com> (Dale Johannesen's message of "Sat, 23 Oct 2004 09:11:37 -0700") Message-ID: <873c05csad.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg01987.txt.bz2 Dale Johannesen writes: > On Oct 23, 2004, at 8:39 AM, Andrew Pinski wrote: >> The problem is that the testcases use *_t as typedef which is >> reserved by >> POSIX > > Interesting. gcc has lots of names ending in _t. Do we need to do > something about that? No. zw