PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr58463.c
blobda9dec89fdede547a4264e151f8f61df81c3fb26
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-ealias-details -O2" } */
4 typedef struct
6 int data16;
8 list_data;
9 void
10 fn1 (list_data * p1)
12 p1->data16 = p1->data16 & 1 & p1->data16 >> 1;