[llvm-commits] [test-suite] r86296 - /test-suite/trunk/SingleSource/Regression/C/packssdw-1.c

Eric Christopher echristo at apple.com
Sun Nov 15 19:09:45 PST 2009


> 
> $ gcc packssdw-1.c -msse2
> packssdw-1.c: In function ‘foo’:
> packssdw-1.c:6: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts
> packssdw-1.c:6: error: incompatible types in return
> $

[ghostwheel:~] echristo% gcc -msse2 packssdw-1.c -Wall -O
[ghostwheel:~] echristo% ./a.out
packssdw-1 passed


Lax vector conversion error support was put in later than I have a compiler for. That said I'm checking in the test with a couple of modifications - if you do run into a problem this time please work with me a bit and we can get a testcase that will work for you as well.

Thanks.

-eric



More information about the llvm-commits mailing list