Commit 77f194c2 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/980617-1.c: New test.

From-SVN: r20546
parent 7d12cee1
Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/980617-1.c: New test.
Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com) Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/980612-1.c: New test. * gcc.c-torture/execute/980612-1.c: New test.
......
void foo (unsigned int * p)
{
if ((signed char)(*p & 0xFF) == 17 || (signed char)(*p & 0xFF) == 18)
return;
else
abort ();
}
int main ()
{
int i = 0x30011;
foo(&i);
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