This is the mail archive of the gcc-patches@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: [patch] detect invalid altivec data types


On Tue, 23 Nov 2004, Janis Johnson wrote:

> This patch recognizes errors for AltiVec types with invalid component
> types.  The tests also check for component types that are themselves
> invalid to make sure those are detected elsewhere in the compiler.
> If the tests are relevant for more targets than powerpc*-*-linux* then
> I can fix that.

I don't know if _Complex types are valid here or not, but the tests don't 
seem to cover them.  Nor do they test the C99 _Bool (as distinct from the 
AltiVec __bool).

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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