Commit 1a22d3cb by Andreas Schwab Committed by Andreas Schwab

* gcc.c-torture/execute/pr59747.c (fn1): Return a value.

From-SVN: r206659
parent 4ac005ba
2014-01-16 Andreas Schwab <schwab@linux-m68k.org>
* gcc.c-torture/execute/pr59747.c (fn1): Return a value.
2014-01-15 Richard Henderson <rth@redhat.com>
PR debug/54694
......
extern void abort (void);
extern void exit (int);
int a[6], b, c = 1, d;
int a[6], c = 1, d;
short e;
int __attribute__ ((noinline))
fn1 (int p)
{
b = a[p];
return a[p];
}
int
......
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