gcc/gcc/testsuite/gcc.dg/pr94001.c

12 lines
150 B
C

/* PR tree-optimization/94001 */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-tree-dce" } */
void
bar (int e)
{
bar (3);
int c;
c = -e;
}