view gcc/testsuite/gcc.dg/torture/pr89677.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-require-effective-target int32plus } */

int a, b, d;
unsigned c;
float e, f, g;
void h() {
    float *i = &g;
    for (; c < 10; c += 3)
      for (; d; d += 3) {
	  a = *i;
	  g = f + 0;
	  f = b + *i + (b - e + 305219) + -b + 3;
      }
}