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 Tue, May 11, 2004 at 07:34:42PM -0400, Andrew Pinski wrote:
> 
> 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.

I started a regression hunt.

Janis


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