view gcc/testsuite/gcc.dg/pr94001.c @ 157:dafe684d005c

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:08:54 +0900
parents 2b5abeee2509
children
line wrap: on
line source

/* PR tree-optimization/94001 */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-tree-dce" } */

void
bar (int e)
{
  bar (3);
  int c;
  c = -e;
}