blob: d3d595f4f81b3601d3889eb01d5a2c5dc7e756c2 [file] [log] [blame]
/* PR rtl-optimization/87979 */
/* { dg-do compile } */
/* { dg-options "-Os -fmodulo-sched -fno-tree-loop-im" } */
/* { dg-additional-options "-march=z196" { target { s390*-*-* } } } */
void foo(void)
{
static int m;
for (int i = 0; i < 10; ++i)
m++;
}