2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr37858.c
blobf606d4a5d1a1f3d06a22655c52febaf6b355dfe1
1 /* PR middle-end/37858 */
2 /* ??? With -dv removed, this test is a bit silly. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fdump-ipa-early_local_cleanups" } */
6 int
7 main (void)
9 return 0;
12 /* { dg-final { cleanup-ipa-dump "early_local_cleanups" } } */