Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71267 - trunk/status
From: thom.heller_at_[hidden]
Date: 2011-04-15 02:00:04


Author: theller
Date: 2011-04-15 02:00:03 EDT (Fri, 15 Apr 2011)
New Revision: 71267
URL: http://svn.boost.org/trac/boost/changeset/71267

Log:
[phoenix] fixed some gcc 4.4 hickups, added expected failures
Text files modified:
   trunk/status/explicit-failures-markup.xml | 11 +++++++++--
   1 files changed, 9 insertions(+), 2 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-04-15 02:00:03 EDT (Fri, 15 Apr 2011)
@@ -2693,11 +2693,18 @@
         <toolset name="sun-5.10"/>
         <toolset name="borland-*"/>
         <toolset name="vacpp*"/>
- <note author="Thomas Heller" id="phoenix-incompatible compilers">
+ <note author="Thomas Heller" id="phoenix-incompatible-compilers">
             These compilers don't work with phoenix.
             This is due to the fact that phoenix uses proto
         </note>
- </mark-unusable>
+ </mark-unusable>
+ <mark-expected-failures>
+ <test name="member"/>
+ <toolset name="*msvc*"/>
+ <note author="Thomas Heller" id="phoenix-operator-member-bug">
+ MSVC seems to have a code generation bug showing up when using operator->* with a member variable
+ </note>
+ </mark-expected-failures>
     </library>
 
 


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