* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr46461.c
blob7e38598e169ea857e1e39964d2545f81e9a6711c
1 /* PR tree-optimization/46461 */
3 void
4 foo (char *c)
6 c[7] = 0xff;
7 __builtin_memset (c + 8, 0xff, 8);