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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb133c.C
blob
86acdc6bf0268bacd0a60e925affbae7a36e2404
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
namespace std { }
7
using namespace std;
8
9
int main()
10
{
11
try {
12
}
13
catch (bad_alloc) { // { dg-error "" }
14
return 1;
15
}
16
return 0;
17
}