Add a testcase for PR debug/r53860
PR debug/r53860 * g++.dg/debug/pr53860.C: New test. From-SVN: r194018
This commit is contained in:
parent
8d317164c4
commit
9bd76a9f54
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
// PR debug/53860
|
||||
// { dg-do compile }
|
||||
// { dg-options "-fkeep-inline-functions -fdebug-types-section" }
|
||||
|
||||
void
|
||||
foo ()
|
||||
{
|
||||
struct S
|
||||
{
|
||||
S ()
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue