PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr80468.c
blob5c312a6289d0d04ce26ce488a6e1776f67fa2429
1 /* PR c/80468 */
2 /* { dg-do compile { target { ! int128 } } } */
3 /* { dg-options "" } */
5 void
6 foo (void)
8 __attribute__ ((__vector_size__ (4 * sizeof (unsigned)))) __int128 b; /* { dg-error "is not supported on this target" } */
9 0 != b;