fortran: dynamically allocate error_buffer [PR117442]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr32453.c
blob289be6e8225d004d5c3338d14c21ab708fa7d4ba
1 void __assert_fail (void);
2 void ucs2reverse_internal_loop_single (long *irreversible, int foo)
4 unsigned char bytebuf[2];
5 const unsigned char *inptr = bytebuf;
6 if (irreversible == (void *)0)
8 else
9 inptr += 2;
10 if (inptr != bytebuf)
11 ((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());