Commit 334f3a34 by Ben Elliston Committed by Ben Elliston

re PR c++/16792 (ICE in gen_subprogram_die, at dwarf2out.c:11267)

	PR debug/16792
	* g++.dg/debug/pr16792.C: New test.

From-SVN: r96396
parent 1da4c3a7
2005-03-09 Ben Elliston <bje@au.ibm.com>
PR debug/16792
* g++.dg/debug/pr16792.C: New test.
2005-03-13 Joseph S. Myers <joseph@codesourcery.com>
* gcc.dg/anon-struct-6.c, gcc.dg/array-8.c,
......
// { dg-do compile }
struct S { S(); };
int foo (S b, double j) { };
int main ()
{
int foo (S, double);
S v;
}
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