Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 27804 invoked from network); 25 Jul 2007 03:08:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 03:08:53 -0000 Received: (qmail 8970 invoked by uid 500); 25 Jul 2007 03:08:54 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 8957 invoked by uid 500); 25 Jul 2007 03:08:54 -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 8945 invoked by uid 99); 25 Jul 2007 03:08: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 20:08: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 20:08:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBBD4714159 for ; Tue, 24 Jul 2007 20:08:31 -0700 (PDT) Message-ID: <28497691.1185332911647.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 20:08:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (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 ] Martin Sebor reassigned STDCXX-502: ----------------------------------- Assignee: Martin Sebor > 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 > Assignee: Martin Sebor > 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.