Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr100292.c
blob675a60c341289b6608b04a4f45bb79cb571d141f
1 /* { dg-do compile } */
3 typedef unsigned char __attribute__((__vector_size__ (4))) V;
5 extern void bar (V v);
7 void
8 foo (char c)
10 bar (c <= (V) 127);