* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr32453.c
blobbdabac76d7160a3106ad5664dd69b6596e56f1a2
1 void ucs2reverse_internal_loop_single (long *irreversible, int foo)
3 unsigned char bytebuf[2];
4 const unsigned char *inptr = bytebuf;
5 if (irreversible == (void *)0)
7 else
8 inptr += 2;
9 if (inptr != bytebuf)
10 ((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());