Commit b84bfa3c by Nick Clifton Committed by Nick Clifton

New test from PR 17547

From-SVN: r22718
parent 913f68c1
Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
* compile/981001-1.c (main): New test.
Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk> Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
* execute/loop-4b.c: New test. * execute/loop-4b.c: New test.
......
unsigned short code = 0x0000;
unsigned short low = 0x4000;
unsigned short high = 0xb000;
int main (void)
{
if (
(high & 0x8000) != (low & 0x8000)
&& ( low & 0x4000) == 0x4000
&& (high & 0x4000) == 0
)
{
code ^= 0x4000;
low |= 0x4000;
}
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