Target-specific Front-Ends? (Was: front end changes for altivec)
Aldy Hernandez
aldyh@redhat.com
Mon Nov 19 09:18:00 GMT 2001
>>>>> "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
More information about the Gcc
mailing list