Commit 9204496d by Richard Henderson

New test.

From-SVN: r100871
parent 5d6b3bba
// PR tree-opt/21994
// { dg-do compile }
// { dg-options "-O2" }
_Complex float f(void);
_Complex float g(void) throw()
{
return f();
}
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