tree-if-conv.c: fix ICE seen with -fno-tree-forwprop (PR tree-optimization/84178)
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr59569-1.c
blob116c72474cc58e2ba6a52ad424b360682909cf6a
1 /* PR middle-end/59569 */
2 extern char c;
4 void
5 foo (int i, char **j)
7 while (i)
8 j[--i] = &c;