URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [gcov/] [gcov-7.C] - Rev 693
Compare with Previous | Blame | View Log
/* Check that Exception handler specification is notmapped to the curly braces below the functiondeclaration. *//* { dg-options "-fprofile-arcs -ftest-coverage" } *//* { dg-do run { target native } } */struct foo{foo () throw (int){ /* count (-) */throw (1);}};int main (){try{foo f;}catch ( ...){return 0;}}/* { dg-final { run-gcov gcov-7.C } } */
