OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr32453.c
1 void ucs2reverse_internal_loop_single (long *irreversible, int foo)
2 {
3     unsigned char bytebuf[2];
4     const unsigned char *inptr = bytebuf;
5     if (irreversible == (void *)0)
6         ;
7     else 
8         inptr += 2;
9     if (inptr != bytebuf)
10         ((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());
11 }