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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb133b.C
blob
544544b71c41c2278be516a8a117b2ce9005ebc6
1
// { dg-do assemble }
2
// Gives ICE 109
3
// From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
4
// Reported against EGCS snaps 98/06/28.
5
6
using namespace std; // { dg-error "" "" { xfail *-*-* } }
7
8
int main()
9
{
10
try {
11
}
12
catch (bad_alloc) { // { dg-error "" }
13
return 1;
14
}
15
return 0;
16
}