Commit 378ba99d by Richard Sandiford Committed by Richard Sandiford

re PR c/22589 (ICE casting to long long)

	PR c/22589
	* gcc.c-torture/compile/pr22589.c: New test.

From-SVN: r102467
parent 09bac500
2005-07-28 Richard Sandiford <richard@codesourcery.com>
PR c/22589
* gcc.c-torture/compile/pr22589.c: New test.
2005-07-28 Jan Hubicka <jh@suse.cz> 2005-07-28 Jan Hubicka <jh@suse.cz>
* update-loopch.c: New testcase. * update-loopch.c: New testcase.
......
int bar (char *foo)
{
return (long long) ((int) foo + 0) < 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