RISC-V: c implies zca, and conditionally zcf & zcd
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921019-1.c
blobd13882e811e030852726008eaf9c3c7cf1e3c2ff
1 struct
3 int n:1,c:1;
4 }p;
6 void
7 f(void)
9 p.c=p.n=0;