summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-36.c
blob: 1c59541fc06b79cd34e5b23b254efd2ebededdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-O -fgimple" } */

int foo (void);

void __GIMPLE (startwith("fre1"))
d ()
{
  int _1;

bb_2:
  _1 = foo ();
  return;
}