Commit 803f46c9 by Andreas Schwab Committed by Andreas Schwab

* gcc.dg/bf-spl1.c (main): Fix implicit int.

From-SVN: r216512
parent e4d2f1db
2014-10-21 Andreas Schwab <schwab@suse.de>
* gcc.dg/bf-spl1.c (main): Fix implicit int.
2014-10-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.dg/optimize-bswaphi-1.c: New bswap pass test.
......
......@@ -44,6 +44,7 @@ pack_d ()
x = dst.bits.fraction;
}
int
main ()
{
pack_d ();
......
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