aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr37858.c
blob: f606d4a5d1a1f3d06a22655c52febaf6b355dfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR middle-end/37858 */
/* ??? With -dv removed, this test is a bit silly.  */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-ipa-early_local_cleanups" } */

int
main (void)
{
  return 0;
}

/* { dg-final { cleanup-ipa-dump "early_local_cleanups" } } */