Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 83088 invoked from network); 24 Oct 2007 20:38:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 20:38:13 -0000 Received: (qmail 46338 invoked by uid 500); 24 Oct 2007 20:38:01 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 46314 invoked by uid 500); 24 Oct 2007 20:38:01 -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 46302 invoked by uid 99); 24 Oct 2007 20:38:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 13:38:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Wed, 24 Oct 2007 20:38:05 +0000 Received: from [10.70.3.143] ([10.70.3.143]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9OKZ9P0012961 for ; Wed, 24 Oct 2007 20:35:09 GMT Message-ID: <471FAC93.2030104@roguewave.com> Date: Wed, 24 Oct 2007 14:35:31 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: error in 26.valarray.transcend.stdcxx-315.cpp (was: Re: [VOTE] release stdcxx 4.2.0 (candidate 7)) References: <47180BDA.40002@roguewave.com> <471A8753.4030600@roguewave.com> <471E4FBE.4090905@gmail.com> In-Reply-To: <471E4FBE.4090905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mark Brown wrote: > Other than some warnings gcc 4.1.2 on Linux worked fine this time. > I tried Intel 10.0 and found another test that gave a compiler error. > I didn't investigate it in great detail but it looks like a problem > in the test rather than a compiler bug. In any event, I don't see it > as a blocker for the release and change my vote to +1. Hopefully we > can fix it in 4.2.1. I created STDCXX-617 for this: https://issues.apache.org/jira/browse/STDCXX-617 Martin > > /home/mbrown/stdcxx-4.2.0/tests/regress/26.valarray.transcend.stdcxx-315.cpp(43): > error: implicitly generated assignment operator cannot copy: > const member "S::self" > struct S { > ^ > detected during: > implicit generation of "S &S::operator=(const S &)" at line > 1033 of "/home/mbrown/stdcxx-4.2.0/include/valarray" > instantiation of "std::valarray<_TypeT> std::abs(const > std::valarray<_TypeT> &) [with _TypeT=S]" at line 78 > > --Mark > > Martin Sebor wrote: >> I just created the next stdcxx 4.2.0 release candidate tag, >> stdcxx-4.2.0-rc-7, that incorporates changes addressing issues >> pointed out in the original vote thread. >> http://svn.apache.org/repos/asf/incubator/stdcxx/tags/4.2.0-rc-7/ >> >> The tarball containing the release candidate sources can be >> downloaded from my home directory at the following link: >> http://people.apache.org/~sebor/stdcxx-4.2.0-rc-7/stdcxx-incubating-4.2.0.tar.gz >> >> >> The MD5 sum for the tarball is: b43adeb0c72cf4747301818f4dff4fa1 >> >> Instructions on unpacking the tarball, configuring and building >> the library and the set of examples and tests, are in the README >> file contained in the tarball and can also be viewed directly >> in Subversion: >> http://svn.apache.org/repos/asf/incubator/stdcxx/tags/4.2.0-rc-7/README >> >> The Jira "Release Notes" for 4.2.0 detailing the issues resolved >> in this release can be viewed here: >> http://tinyurl.com/ytzonz >> >> stdcxx 4.2.0 has been tested on the set of platforms listed in >> the README. The test results for most of the tested platforms >> can be be viewed on the following page: >> http://people.apache.org/~sebor/stdcxx-4.2.0-rc-7/results/ >> (there are a few failures, most of them attributable to issues in >> the Rogue Wave test infrastructure; a small number of failures are >> due to known stdcxx issues). >> >> Please download and test the tarball and vote to approve the >> release and to request the approval of the Incubator PMC to publish >> it on the stdcxx site. In your vote, please include the names and >> versions of the compilers and operating systems that you tested on. >> >> As always, everyone is encouraged to vote, including non-committers. >> >> This vote will close in the usual 72 hours from now, i.e., on >> Tuesday, 10/23 at 5:00 PM US/Mountain time. Follow the link >> below for the countdown: >> http://tinyurl.com/2h5f73 >> >> >