Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 39220 invoked from network); 26 Jun 2007 17:02:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 17:02:18 -0000 Received: (qmail 86459 invoked by uid 500); 26 Jun 2007 17:02:21 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 86445 invoked by uid 500); 26 Jun 2007 17:02:21 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 86434 invoked by uid 99); 26 Jun 2007 17:02:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:02:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:02:17 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l5QH1s9p018212 for ; Tue, 26 Jun 2007 17:01:54 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Jun 2007 11:00:27 -0600 Message-ID: <46814716.8010900@roguewave.com> Date: Tue, 26 Jun 2007 11:04:22 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: 4.2.0 merge today Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jun 2007 17:00:27.0789 (UTC) FILETIME=[7EFF2BD0:01C7B813] X-Virus-Checked: Checked by ClamAV on apache.org The test results look good on most platforms and I'd like to merge trunk to 4.2.0 today. If there are any objections let me know ASAP. The one problematic platform that might need some attention is Intel Intel C++ 9.1 on Windows 2000/x86. A 12d build fails with this error: Linking...(Intel C++ Environment) xilink: executing 'link' Creating library D:\bman5\builds\33762791\source-buildspace\build\icc-9.1\12d\lib\libstd12d.lib and object D:\bman5\builds\33762791\source-buildspace\build\icc-9.1\12d\lib\libstd12d.exp wctype.obj : fatal error LNK1103: debugging information corrupt; recompile module Here's the log: http://people.apache.org/~sebor/stdcxx/results/Windows_2000-icl-32b-9.1-12d-win32-log.gz.txt Farid, can you reproduce this in your environment? Martin