summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-17 13:51:36 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-17 13:51:36 +0000
commit32b1843ec608f156e2910dd807dcf1960ff9502d (patch)
treebf303d55791ce572b1fd7b7b0d1ea06cddbe1d98 /bugs
parent8712009778af8430150401d5bee4e94d547f1f2d (diff)
downloadopenssl-new-32b1843ec608f156e2910dd807dcf1960ff9502d.tar.gz
Keep disclaming 16-bit support.
Diffstat (limited to 'bugs')
-rw-r--r--bugs/VC16.bug18
1 files changed, 0 insertions, 18 deletions
diff --git a/bugs/VC16.bug b/bugs/VC16.bug
deleted file mode 100644
index 7815bb5c77..0000000000
--- a/bugs/VC16.bug
+++ /dev/null
@@ -1,18 +0,0 @@
-Microsoft (R) C/C++ Optimizing Compiler Version 8.00c
-
-Compile with /O2 chokes the compiler on these files
-
-crypto\md\md5_dgst.c warning '@(#)reg86.c:1.26', line 1110
-crypto\des\ofb64ede.c warning '@(#)grammar.c:1.147', line 168
-crypto\des\ofb64enc.c warning '@(#)grammar.c:1.147', line 168
-crypto\des\qud_cksm.c warning '@(#)grammar.c:1.147', line 168
-crypto\rc2\rc2ofb64.c warning '@(#)grammar.c:1.147', line 168
-crypto\objects\obj_dat.c warning '@(#)grammar.c:1.147', line 168
- fatal '@(#)grammar.c:1.147', line 168
-crypto\objects\obj_lib.c warning '@(#)grammar.c:1.147', line 168
- fatal '@(#)grammar.c:1.147', line 168
-ssl\ssl_auth.c warning '@(#)grammar.c:1.147', line 168
- fatal '@(#)grammar.c:1.147', line 168
-
-Turning on /G3 with build flags that worked fine for /G2 came up with
-divide by zero errors in 'normal' code in speed.c :-(