2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020304-2.c
blob9a162d4935de888b6e6265fab89ae8b4250020bf
1 /* This testcase ICEd because a SUBREG of MEM/v was never
2 simplified. */
3 volatile unsigned long long *a;
5 unsigned char
6 foo (void)
8 unsigned char b = (*a != 0);
9 return b;