Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 87944 invoked from network); 25 Jul 2007 00:33:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 00:33:51 -0000 Received: (qmail 44515 invoked by uid 500); 25 Jul 2007 00:33:53 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 44506 invoked by uid 500); 25 Jul 2007 00:33:53 -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 44493 invoked by uid 99); 25 Jul 2007 00:33:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 17:33:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 17:33:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 174C7714159 for ; Tue, 24 Jul 2007 17:33:31 -0700 (PDT) Message-ID: <22409212.1185323611061.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 17:33:31 -0700 (PDT) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-502) std::valarray poorly named locals cause intro/17.names test to fail In-Reply-To: <25822855.1185323371222.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-502: -------------------------------- Attachment: valarray.patch Patch for fixing the above mentioned issue. Simply renames locals to match established convention so that intro/17.names.cpp will compile again. > std::valarray poorly named locals cause intro/17.names test to fail > ------------------------------------------------------------------- > > Key: STDCXX-502 > URL: https://issues.apache.org/jira/browse/STDCXX-502 > Project: C++ Standard Library > Issue Type: Bug > Components: 26. Numerics > Affects Versions: 4.1.4 > Reporter: Travis Vitek > Priority: Trivial > Fix For: 4.2 > > Attachments: valarray.patch > > > There are a few simple errors in valarray that cause test 'intro/17.names.cpp' to not compile. The problem is that the local variable names 'msk', 'sec' and 'sl' are bad [as defined by the test itself]. In most places the more appropriate '__' local variable format is used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.