Commit c4c83fff by Josef Zlomek Committed by Josef Zlomek

Test from http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01198.html

Test from http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01198.html
	* gcc.c-torture/execute/20030821-1.c: New test.

From-SVN: r70638
parent ed6f90f7
2003-08-21 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/execute/20030821-1.c: New test.
2003-08-20 Roger Sayle <roger@eyesopen.com>
PR middle-end/11984
......
extern void abort (void);
int
foo (int x)
{
if ((int) (x & 0x80ffffff) != (int) (0x8000fffe))
abort ();
return 0;
}
int
main ()
{
return foo (0x8000fffe);
}
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