aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20020304-2.c
blob: 9a162d4935de888b6e6265fab89ae8b4250020bf (plain)
1
2
3
4
5
6
7
8
9
10
/* 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;
}