repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
gomp
/
pr26611-1.C
blob
8ec543bd61494ba5a5e13504d4a2d54a054dc2c4
1
// PR middle-end/26611
2
// { dg-do compile }
3
4
void
5
foo ()
6
{
7
#pragma omp parallel
8
try
9
{
10
int q = 1;
11
}
12
catch (...)
13
{
14
}
15
}