PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56847.c
blobb94aae1d89cf24716fc2cb7b14ba428a72a2e2c6
1 /* PR rtl-optimization/56847 */
2 /* { dg-do compile { target pie } } */
3 /* { dg-options "-O2 -fpie" } */
5 struct S { long int a, b; } e;
6 __thread struct S s;
8 void
9 foo (void)
11 s = e;