From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14083 invoked by alias); 30 Apr 2002 05:24:10 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14071 invoked from network); 30 Apr 2002 05:24:07 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 30 Apr 2002 05:24:07 -0000 Received: from culebra.cygnus.com (taarna.sfbay.redhat.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id WAA15365; Mon, 29 Apr 2002 22:24:02 -0700 (PDT) Received: (from aldyh@localhost) by culebra.cygnus.com (8.10.2/8.10.2) id g3U5Ur112737; Tue, 30 Apr 2002 15:30:53 +1000 (EST) To: Stan Shebs Cc: gcc@gcc.gnu.org Subject: Re: sizeof (_Bool) References: <3CC9D957.68699E2A@apple.com> From: Aldy Hernandez Date: Mon, 29 Apr 2002 22:42:00 -0000 In-Reply-To: Stan Shebs's message of "Fri, 26 Apr 2002 15:48:55 -0700" Message-ID: X-SW-Source: 2002-04/txt/msg01604.txt.bz2 >>>>> "Stan" == Stan Shebs writes: > Since there are now millions of machines out in the field with > OS X on them, you can imagine that we're pretty worried about > binary compatibility - we don't want Grandma's family pictures > trashed by a newly-downloaded iPhoto! #if 0 Doh! Forget grandma (http://people.redhat.com/aldyh/grandma/), she already has her own web page. What really worries me is my own traveling pictures are all done with iPhoto (people.redhat.com/~aldyh/). #endif > So we're proposing to make _Bool's size target-specific, and > to add a macro something like BOOL_TYPE_SIZE that can default uhhh, speak of which... What is apple doing for vector long, or is that just context sensitive in the front end? There's been some recent debate about bool defined to signed in aldy