ice990323-3.C   [plain text]


// { dg-do assemble  }
// try throwing overloaded function

void f(int)
{
}

void f(long)
{
}

void g()
{
	throw &f; // { dg-error "" } insufficient contextual information
}