Fix warning.
authorSebastian Pop <s.pop@samsung.com>
Thu, 26 Feb 2015 17:25:37 +0000 (17:25 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 26 Feb 2015 17:25:37 +0000 (17:25 +0000)
        * gcc.dg/tree-ssa/ssa-dom-thread-9.c: Fix warning due to missing type.

From-SVN: r221020

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-9.c

index 0d1b9b5e4519931c2abc8e3fa3db4bed48561a40..ef6dad86e35ca3da583595f330c686668bbdcf50 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-26  Sebastian Pop  <s.pop@samsung.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-thread-9.c: Fix warning due to missing type.
+
 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
 
        PR debug/46102
index 6be42038bce6504d5371e060aa10dafb69bbe3e4..391df5f3bdb9b132d64a1120e32033d5b1e976ba 100644 (file)
@@ -6,7 +6,7 @@ int a, b, c, d;
 void fn (void);
 
 int
-foo (x)
+foo (int x)
 {
   switch (x)
     {