middle-end: copy STMT_VINFO_STRIDED_P when DR is replaced [PR116956]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr114672.c
blobb69511fe8db97f9a6f2032061be286dfcf4b3f02
1 /* { dg-do compile } */
3 struct {
4 __INT64_TYPE__ m : 60;
5 } s;
7 short a;
8 short b;
10 void
11 foo ()
13 s.m += a * b;