modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr46461.c (about) 1 /* PR tree-optimization/46461 */ 2 3 void 4 foo (char *c) 5 { 6 c[7] = 0xff; 7 __builtin_memset (c + 8, 0xff, 8); 8 }