Commit 18907822 by Uros Bizjak

pr89386.c (foo): Fix return type.

	* gcc.target/i386/pr89386.c (foo): Fix return type.
	* gcc.target/i386/pr89386-1.c (foo): Ditto.

From-SVN: r275757
parent 9b47928e
......@@ -5,7 +5,7 @@
short a[N], b[N], c[N];
int foo (void)
void foo (void)
{
int i;
......
......@@ -5,7 +5,7 @@
short a[N], b[N], c[N];
int foo (void)
void foo (void)
{
int i;
......
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