PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-error-1.c
blob5b870f14a319bf1871dca9cedea25021c8675d29
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 void __GIMPLE () foo (int a)
6 bb_2:
7 a = *b; /* { dg-error "undeclared" } */
9 bb_3:
10 return;