vect: Fix vect_reduction_def check for odd/even widen mult [PR116142]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr111818.c
bloba7a91111d717f49509cc9f3c87076d2fc22e727d
1 /* { dg-do compile } */
3 static void foo(const volatile unsigned int x, void *p)
5 __builtin_memcpy(p, (void *)&x, sizeof x);
8 void bar(void *number)
10 foo(0, number);