aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/ext/timevar1.C
blob: 0d2d3f5f31dad69509ea62f7e3b68ab4bfd7b3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// PR c++/52248
// { dg-options "-ftime-report" }
// { dg-prune-output "wall" }
// { dg-prune-output "times" }
// { dg-prune-output "TOTAL" }
// { dg-prune-output "checks" }

void
foo ()
{
  goto lab;			// { dg-error "not defined" }
}