Commit fa545500 by Zack Weinberg

New test - sjlj ICE, originally from openbsd

From-SVN: r31985
parent 9f8f4efe
// Build don't link:
// Origin: Marc Espie <Marc.Espie@liafa.jussieu.fr>
// Special g++ Options: -fsjlj-exceptions
extern double f(double a);
void
a()
{
double e;
double value;
if (e == 0)
throw 1;
value = f(e);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment