Commit 9bd76a9f by Zdenek Sojka Committed by H.J. Lu

Add a testcase for PR debug/r53860

	PR debug/r53860
	* g++.dg/debug/pr53860.C: New test.

From-SVN: r194018
parent 8d317164
2012-12-01 Zdenek Sojka <zsojka@seznam.cz>
PR debug/r53860
* g++.dg/debug/pr53860.C: New test.
2012-12-01 Alessandro Fanfarillo <alessandro.fanfarillo@gmail.com>
Paul Thomas <pault@gcc.gnu.org>
Paul Thomas <pault@gcc.gnu.org>
PR fortran/46897
* gfortran.dg/defined_assignment_1.f90: New test.
......
// PR debug/53860
// { dg-do compile }
// { dg-options "-fkeep-inline-functions -fdebug-types-section" }
void
foo ()
{
struct S
{
S ()
{
}
};
}
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