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: question about AltiVec builtins



On May 11, 2004, at 19:19, Fariborz Jahanian wrote:


/* { dg-do compile } */
/* { dg-options "-Wall" } */
vector int a;
vector unsigned int f;

void hanneke ()
{
  f = a; /* { dg-error "incompatible types in assignment" } */
}


This worked "3.5-tree-ssa-lno 20040314 (merged 20040221)".

This is the only binary which I have that passes this test.

Thanks,
Andrew Pinski


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