]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/debug/pr16676.c: New test.
authorBen Elliston <bje@au.ibm.com>
Tue, 10 May 2005 01:35:15 +0000 (01:35 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 10 May 2005 01:35:15 +0000 (11:35 +1000)
From-SVN: r99496

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/pr16676.c [new file with mode: 0644]

index f86daa2106b73e61fccc7a40ed71a2bc98f641ae..55605df8f03954b4cf3c177ba56cd02ade1e3e25 100644 (file)
@@ -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
diff --git a/gcc/testsuite/gcc.dg/debug/pr16676.c b/gcc/testsuite/gcc.dg/debug/pr16676.c
new file mode 100644 (file)
index 0000000..a975885
--- /dev/null
@@ -0,0 +1,5 @@
+/* { dg-do compile } */
+
+void foo (void) { 
+  void nested () {} 
+}