Hi,

This patch removes a superfluous declaration in a test-case.

Committed to trunk.

Thanks,
- Tom
2014-07-31  Tom de Vries  <t...@codesourcery.com>

	* gcc.dg/pr51879-7.c: Remove superfluous declaration of bar.

diff --git a/gcc/testsuite/gcc.dg/pr51879-7.c b/gcc/testsuite/gcc.dg/pr51879-7.c
index 6c1d320..8a699a1 100644
--- a/gcc/testsuite/gcc.dg/pr51879-7.c
+++ b/gcc/testsuite/gcc.dg/pr51879-7.c
@@ -1,8 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-tree-pre" } */
 
-int bar (int);
-
 int z;
 
 void

Reply via email to