Fix warning.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Feb 2015 17:25:37 +0000 (17:25 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221020 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0d1b9b5..ef6dad8 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 6be4203..391df5f 100644 (file)
@@ -6,7 +6,7 @@ int a, b, c, d;
 void fn (void);
 
 int
-foo (x)
+foo (int x)
 {
   switch (x)
     {