Commit d7997cbb by Kamil Iskra Committed by Jeff Law

* gcc.c-torture/compile/980706-1.c: New test.

From-SVN: r20964
parent 392582fa
Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
* gcc.c-torture/compile/980706-1.c: New test.
1998-07-01 Dave Love <d.love@dl.ac.uk> 1998-07-01 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/execute/980701-0.f, * g77.f-torture/execute/980701-0.f,
......
void g(long long);
long long f(long long v1, long long v2, long long v3, long long v4)
{
g(v1);
g(v2);
g(v3);
g(v4);
return v1 && v2;
}
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