Boost logo

Boost-Commit :

From: dave_at_[hidden]
Date: 2008-03-25 18:28:59


Author: dave
Date: 2008-03-25 18:28:59 EDT (Tue, 25 Mar 2008)
New Revision: 43864
URL: http://svn.boost.org/trac/boost/changeset/43864

Log:
Account for intel 10.x compiler bug

Text files modified:
   trunk/status/explicit-failures-markup.xml | 15 +++++++++++++++
   1 files changed, 15 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2008-03-25 18:28:59 EDT (Tue, 25 Mar 2008)
@@ -4148,6 +4148,21 @@
             </note>
         </mark-unusable>
         <mark-expected-failures>
+ <test name="object"/>
+ <toolset name="intel-10.*"/>
+ <note author="David Abrahams">
+
+ This compiler has a bug that causes silent misbehavior at runtime
+ when each of an assignment expression follows one of the following patterns:
+ <em>expr</em><code>.attr(</code><em>name</em><code>)</code>
+ or <em>expr</em><code>[</code><em>item</em><code>]</code>,
+ where <em>expr</em>
+ is-a <code>boost::python::object</code>. We've been
+ unable to find a workaround.
+
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
             <test name="args"/>
             <test name="auto_ptr"/>
             <test name="builtin_convertors"/>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk