[to-be-committed] [RISC-V] Use bext for extracting a bit into a SImode object
[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;