aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20000427-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/20000427-1.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20000427-1.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/20000427-1.c b/gcc/testsuite/gcc.c-torture/compile/20000427-1.c
deleted file mode 100644
index dc51419cf01..00000000000
--- a/gcc/testsuite/gcc.c-torture/compile/20000427-1.c
+++ /dev/null
@@ -1,9 +0,0 @@
-int lwidth;
-int lheight;
-void ConvertFor3dDriver (int requirePO2, int maxAspect)
-{
- int oldw = lwidth, oldh = lheight;
-
- lheight = FindNearestPowerOf2 (lheight);
- while (lwidth/lheight > maxAspect) lheight += lheight;
-}