aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr82549.c
blob: 11525cde0320f7fb262feedec7e96a9c01cdf584 (plain)
1
2
3
4
5
6
7
8
9
/* PR tree-optimization/82549 */

int a, b[1];

int
main ()
{
  return !a || b[-2] || b[-2];
}