view gcc/testsuite/gcc.dg/torture/pr52881.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-do compile } */

int a, b, c, d, e, f, h, i, j, k, l, m, n, o;
static int g;
int
fn1 () {
    for (;; ++f)
      if (e)
	break;
    return 0;
}
unsigned char fn2 ();
void
fn3 () {
lbl_220:
    if (j) {
lbl_221:
	l = (g || b) <= fn1 ();
	for (;;) {
	    g = 0;
	    fn2 ();
	    if (k)
	      goto lbl_220;
	    break;
	}
	if (l)
	  goto lbl_221;
    }
}
unsigned char
fn2 () {
    o = d ? 0 : c;
    h = m | a % o != n;
    return i;
}