From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13358 invoked by alias); 18 Jul 2002 19:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13334 invoked by uid 71); 18 Jul 2002 19:46:01 -0000 Resent-Date: 18 Jul 2002 19:46:01 -0000 Resent-Message-ID: <20020718194601.13332.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, brendan@zen.org Received: (qmail 9436 invoked by uid 61); 18 Jul 2002 19:38:09 -0000 Message-Id: <20020718193809.9435.qmail@sources.redhat.com> Date: Thu, 18 Jul 2002 12:46:00 -0000 From: brendan@zen.org Reply-To: brendan@zen.org To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libstdc++/7352: typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR) X-SW-Source: 2002-07/txt/msg00556.txt.bz2 List-Id: >Number: 7352 >Category: libstdc++ >Synopsis: typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR) >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Thu Jul 18 12:46:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: brendan@zen.org >Release: development tree >Organization: >Environment: >Description: The attached change is necessary to successfully compile code that ends up bringing in slice_array.h. Without it the macro substitution in _DEFINE_VALARRAY_OPERATOR causes the invalid name '_Array_augmented__Name' to be attempted. 2002-07-18 Brendan Kehoe * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of _Nname to _Name. >How-To-Repeat: >Fix: Change _Nname to _Name. >Release-Note: >Audit-Trail: >Unformatted: