In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / convert-vec-1.c
blob4987298407363ea7269dc178a5ec9f12bc887f48
1 /* { dg-do compile } */
2 typedef float v2sf __attribute__ ((vector_size (8)));
3 v2sf sub (void) { return (v2sf) 0.0; } /* { dg-error "can't convert" } */