blob: 9a162d4935de888b6e6265fab89ae8b4250020bf [file] [log] [blame]
/* This testcase ICEd because a SUBREG of MEM/v was never
simplified. */
volatile unsigned long long *a;
unsigned char
foo (void)
{
unsigned char b = (*a != 0);
return b;
}