Commit a5ddeace by Sebastian Pop Committed by Sebastian Pop

Fix warning.

        * gcc.dg/tree-ssa/ssa-dom-thread-9.c: Fix warning due to missing type.

From-SVN: r221020
parent b5f0a062
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
......
......@@ -6,7 +6,7 @@ int a, b, c, d;
void fn (void);
int
foo (x)
foo (int x)
{
switch (x)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment