Commit 82f04ea0 by Alex Velenko Committed by Alex Velenko

thumb-bitfld1.c (foo): Add explicit return type.

2015-07-21  Alex Velenko  <Alex.Velenko@arm.com>

	* gcc.target/arm/thumb-bitfld1.c (foo): Add explicit return type.

From-SVN: r226043
parent 2d799646
2015-07-21 Alex Velenko <Alex.Velenko@arm.com>
* gcc.target/arm/thumb-bitfld1.c (foo): Add explicit return type.
2015-07-21 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/61831
......
......@@ -10,6 +10,8 @@ struct foo
unsigned b28 : 1;
unsigned rest : 28;
};
unsigned
foo(a)
struct foo a;
{
......
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