Commit 7558f66e by Josef Zlomek Committed by Josef Zlomek

20030110-1.c: New test.

	* gcc.c-torture/compile/20030110-1.c: New test.
Test for http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00519.html

From-SVN: r61153
parent d330ce15
2003-01-10 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/compile/20030110-1.c: New test.
2003-01-09 Geoffrey Keating <geoffk@apple.com>
Merge from pch-branch:
......
extern char bpp;
void foo()
{
if (bpp == 32)
{
if (2 < 8)
{
do
{
while (inb(0x9ae8) & (0x0100 >> (2 +1)));
}
while(0);
}
else
{
do
{
while (inb(0x9ae8) & (0x0100 >> (2)));
}
while(0);
}
}
else
do
{
while (inb(0x9ae8) & (0x0100 >> (1)));
}
while(0);
if (8 < 8)
{
do
{
while (inb(0x9ae8) & (0x0100 >> (8 +1)));
}
while(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