summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-22 08:28:15 +0000
committerrpj <rpj>2004-11-22 08:28:15 +0000
commit91f42a2d730786fba0675fd39379ac2216b95d08 (patch)
treefbcb427a6347f46208960f87f362178337ff42b6 /BUGS
parent21a6ce96d18908790e6e7f5144dd6c4b64d4204f (diff)
Copyright update
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 385fa9f..0a62ccd 100644
--- a/BUGS
+++ b/BUGS
@@ -27,6 +27,11 @@ Known bugs
Workaround [rpj - 2 Feb 2002]
-----------------------------
+ [Please note: this workaround did not solve a similar problem in
+ snapshot-2004-11-03 or later, even though similar symptoms were seen.
+ tests\semaphore4.c fails in that snapshot for the VCE version of the
+ DLL. It suspected to be a compiler bug in VC6.0, and also seen in VC7.0.]
+
The problem disappears when /Ob0 is used, i.e. /O2 /Ob0 works OK,
but if you want to use inlining optimisation you can be much more
specific about where it's switched off and on by using a pragma.