From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31162 invoked by alias); 19 Jul 2002 04:56:01 -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 31148 invoked by uid 71); 19 Jul 2002 04:56:01 -0000 Date: Thu, 18 Jul 2002 21:56:00 -0000 Message-ID: <20020719045601.31147.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: libstdc++/7352: typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR) Reply-To: Gabriel Dos Reis X-SW-Source: 2002-07/txt/msg00562.txt.bz2 List-Id: The following reply was made to PR libstdc++/7352; it has been noted by GNATS. From: Gabriel Dos Reis To: brendan@zen.org Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/7352: typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR) Date: 19 Jul 2002 06:51:47 +0200 brendan@zen.org writes: | 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 Thanks Brendan, it is checked in. -- Gaby