Commit 40bdac02 by Uros Bizjak

pad-10.c (foo2): Return x - z.

	* gcc.target/i386/pad-10.c (foo2): Return x - z.

From-SVN: r191879
parent 4b4de898
2012-09-30 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pad-10.c (foo2): Return x - z.
2012-09-30 Richard Sandiford <rdsandiford@googlemail.com> 2012-09-30 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/pr37362.c: Fix target selector. * gcc.target/mips/pr37362.c: Fix target selector.
......
...@@ -15,5 +15,5 @@ foo2 (int z, int x) ...@@ -15,5 +15,5 @@ foo2 (int z, int x)
return z; return z;
} }
else else
return x + z; return x - z;
} }
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