Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70620 - trunk/status
From: barend.gehrels_at_[hidden]
Date: 2011-03-27 06:51:38


Author: barendgehrels
Date: 2011-03-27 06:51:37 EDT (Sun, 27 Mar 2011)
New Revision: 70620
URL: http://svn.boost.org/trac/boost/changeset/70620

Log:
Marked 3 compilers (Intel-darwin-11.1 ; pgi 11.2, msvc- 9.0~wm5~stlport5.2) unusable including reasons
Text files modified:
   trunk/status/explicit-failures-markup.xml | 19 ++++++++++++++++++-
   1 files changed, 18 insertions(+), 1 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-03-27 06:51:37 EDT (Sun, 27 Mar 2011)
@@ -1854,7 +1854,6 @@
             <toolset name="borland-cb2009"/>
             <toolset name="borland-cb2010"/>
             <toolset name="sun-5.10"/>
- <toolset name="pgi-10.1"/>
             <toolset name="vacpp"/>
             <toolset name="vacpp-10.1"/>
             <toolset name="msvc-7.1"/>
@@ -1862,6 +1861,24 @@
                 These compilers do not support features that are essential for the library.
             </note>
         </mark-unusable>
+ <mark-unusable>
+ <toolset name="intel-darwin-11.1"/>
+ <note author="Barend Gehrels">
+ Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="pgi-11.2"/>
+ <note author="Barend Gehrels">
+ pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
+ </note>
+ </mark-unusable>
+ <mark-unusable>
+ <toolset name="msvc-9.0~wm5~stlport5.2"/>
+ <note author="Barend Gehrels">
+ This configruation is not well configured for UBLAS
+ </note>
+ </mark-unusable>
     </library>
     
     <!-- gil -->


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