This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Target-specific Front-Ends? (Was: front end changes for


Mark writes:
> Concretely, the Altivec specification allows "vector" to be either a
> macro, or a context-sensitive keyword.  The latter is a much better
> choice, and it is the one we should adopt in GCC.  It will be far
> less intrusive.

Allowing "vector" to be a macro would be completely unacceptable, because
people will mix C and C++ code.

> Other things are more difficult.  Vector literals should just be
> C99 compound literals, but I'm not sure whether we can get away
> with changing that or not.

A modest proposal:

Consider a preprocessor that takes current Altivec C code and produces
either standard or extended C code (GNU extensions).  If adopting the
existing Altivec syntax is too painful, a second choice might be to figure
out syntax choices that would make such a preprocessor very easy to write.
Then we don't have to ask existing users to rewrite their code.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]