This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Target-specific Front-Ends? (Was: front end changes for altivec)
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Stan Shebs <shebs at apple dot com>, <gcc at gcc dot gnu dot org>
- Date: 27 Nov 2001 15:58:48 -0600
- Subject: Re: Target-specific Front-Ends? (Was: front end changes for altivec)
- References: <Pine.LNX.4.33.0111272121030.31466-100000@kern.srcf.societies.cam.ac.uk>
>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> 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