summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-05 12:55:58 +0000
committerrpj <rpj>2005-03-05 12:55:58 +0000
commita73ddf9293a5afd2d92e6e65e32eebd5389e3df9 (patch)
tree46418f7e6256256e4e1db52a8334a5f08f127972 /BUGS
parenta4c51c521415b20b19f032ea3c74b0c5d8b20a96 (diff)
''
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 0a62ccd..e7a99b9 100644
--- a/BUGS
+++ b/BUGS
@@ -30,7 +30,10 @@ Known bugs
[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.]
+ DLL. It is suspected to be a compiler bug in VC6.0, and also seen in
+ VC7.0 and VS .NET 2003. The GNU C++ compiler does not have a problem
+ with this test, and it has been reported (2005-03-05) that the Intel
+ C++ 8.1 compiler is also fine with this test.]
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