* gcc.dg/debug/pr16676.c: New test.
From-SVN: r99496
This commit is contained in:
parent
3ac9bd58d1
commit
3f69daa89a
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-10 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
PR debug/16676
|
||||
* gcc.dg/debug/pr16676.c: New test.
|
||||
|
||||
2005-05-10 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
PR testsuite/21443
|
||||
|
|
5
gcc/testsuite/gcc.dg/debug/pr16676.c
Normal file
5
gcc/testsuite/gcc.dg/debug/pr16676.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
|
||||
void foo (void) {
|
||||
void nested () {}
|
||||
}
|
Loading…
Add table
Reference in a new issue