libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr93964.c
blob80fc523b8556d3120b62178a72e69d38ea682176
1 /* { dg-do compile } */
2 /* { dg-options "-O -floop-nest-optimize" } */
4 int *
5 eo (void);
7 void
8 g4 (int *nt)
10 int dh, t2 = (__INTPTR_TYPE__)eo ();
12 for (dh = 0; dh < 2; ++dh)
14 int m7;
16 for (m7 = 0; m7 < t2; ++m7)
17 nt[m7] = 0;