* gcc.c-torture/compile/20021220-1.c: Removed until bug fix is approved.

From-SVN: r60394
This commit is contained in:
Josef Zlomek 2002-12-21 21:39:53 +01:00 committed by Josef Zlomek
parent 5d7501365b
commit 7887df6271
2 changed files with 5 additions and 39 deletions

View file

@ -1,3 +1,8 @@
2002-12-21 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
approved.
2002-12-20 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/compile/20021220-1.c: New test.

View file

@ -1,39 +0,0 @@
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);
}
}