URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [gomp/] [pr26611-1.C] - Rev 707
Go to most recent revision | Compare with Previous | Blame | View Log
// PR middle-end/26611
// { dg-do compile }
void
foo ()
{
#pragma omp parallel
try
{
int q = 1;
}
catch (...)
{
}
}
Go to most recent revision | Compare with Previous | Blame | View Log