URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [timevar1.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// 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" }
}
Go to most recent revision | Compare with Previous | Blame | View Log