URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.robertl/] [eb133c.C] - Rev 816
Compare with Previous | Blame | View Log
// { dg-do assemble }
// Gives ICE 109
// From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
// Reported against EGCS snaps 98/06/28.
namespace std { }
using namespace std;
int main()
{
try {
}
catch (bad_alloc) { // { dg-error "" }
return 1;
}
return 0;
}