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
predicate aware uninitialized analysis
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
eh-decl.C
blob
1c72fd39f554aebb28b9a87f296d71ed15f7e4bf
1
// PR c++/41876
2
3
struct A;
4
5
void foo()
6
{
7
try {} catch(int A) {}
8
}