Commit 1382bac6 by Jim Wilson Committed by Jim Wilson

Delete duplicate test.

From-SVN: r19048
parent 9590eb1b
Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
* execute/980407-1.c: Delete test. Is duplicate of loop-4.c.
Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
* execute/980407-1.c: New test from Joern Rennecke.
......
int
f()
{
int j = 1;
long i;
for (i = -0x70000000L; i < 0x60000000L; i += 0x10000000L) j <<= 1;
return j;
}
int
main ()
{
if (f () != 8192)
abort ();
return 0;
}
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