view gcc/testsuite/gcc.dg/torture/pr52912.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-do compile } */

int a, b, c;
static int
fn1 (int p1)
{
lbl_549:
      if (p1)
	        goto lbl_549;
          return 0;
}

void
fn2 ()
{
      b = (c && a) > fn1 (c) >= c;
}