From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25980 invoked by alias); 27 Nov 2001 21:56:32 -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 25885 invoked from network); 27 Nov 2001 21:56:23 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 21:56:23 -0000 Received: from localhost.localdomain (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA20900 for ; Tue, 27 Nov 2001 13:56:21 -0800 (PST) Received: (from aldyh@localhost) by localhost.localdomain (8.11.6/8.11.6) id fARLwmO07480; Tue, 27 Nov 2001 15:58:48 -0600 X-Authentication-Warning: localhost.localdomain: aldyh set sender to aldyh@redhat.com using -f To: "Joseph S. Myers" Cc: Stan Shebs , Subject: Re: Target-specific Front-Ends? (Was: front end changes for altivec) References: From: Aldy Hernandez Date: Mon, 19 Nov 2001 09:18:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-11/txt/msg00891.txt.bz2 >>>>> "Joseph" == Joseph S Myers writes: > * With context-sensitive keywords, after "typedef int vector;", is vector > a keyword or a typedef? You can't typedef vector in the altivec specs. > * Do vector literals bind more or less tightly than sizeof? GCC used to > handle compound literals incorrectly in this case > (gcc.c-torture/compile/20010124-1.c). You can't do sizeof() vector literals i don't think. Just sizeof's of vectors or sizeof vector pointers. Aldy From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aldy Hernandez To: "Joseph S. Myers" Cc: Stan Shebs , Subject: Re: Target-specific Front-Ends? (Was: front end changes for altivec) Date: Tue, 27 Nov 2001 13:56:00 -0000 Message-ID: References: X-SW-Source: 2001-11/msg01392.html Message-ID: <20011127135600.80O0K9b0Ht5AB0f2F9dnnv6ObSRFCrDMzu27nf15M_M@z> >>>>> "Joseph" == Joseph S Myers writes: > * With context-sensitive keywords, after "typedef int vector;", is vector > a keyword or a typedef? You can't typedef vector in the altivec specs. > * Do vector literals bind more or less tightly than sizeof? GCC used to > handle compound literals incorrectly in this case > (gcc.c-torture/compile/20010124-1.c). You can't do sizeof() vector literals i don't think. Just sizeof's of vectors or sizeof vector pointers. Aldy