Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20071105-1.c
blob952b1bd697dcaf0b25958a8b6a79f0508327ffd5
1 /* PR tree-optimization/33993 */
2 /* Testcase by Martin Michlmayr <tbm@cyrius.com> */
4 void
5 init_full (char *array, int ny)
7 int j;
8 char acc = 128;
9 for (j = 0; j < ny; j++)
10 *array++ = acc++;