Commit 8ae71501 by Jim Wilson Committed by Jim Wilson

Testcase for ia64-linux extract_muldiv bug.

	* execute/20000503-1.c: New test for extract_muldiv bug.

From-SVN: r33642
parent a6d7adfd
Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
* execute/20000503-1.c: New test for extract_muldiv bug.
Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz> Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* compile/20000427-1.c: New test for loop hoisting code * compile/20000427-1.c: New test for loop hoisting code
......
unsigned long
sub (int a)
{
return ((0 > a - 2) ? 0 : a - 2) * sizeof (long);
}
main ()
{
if (sub1 (0) != 0)
abort ();
exit (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