From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23732 invoked by alias); 8 Feb 2003 13:26:00 -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 23718 invoked by uid 71); 8 Feb 2003 13:26:00 -0000 Date: Sat, 08 Feb 2003 13:26:00 -0000 Message-ID: <20030208132600.23717.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Falk Hueffner Subject: Re: c++/9621: const int typedef is rejected Reply-To: Falk Hueffner X-SW-Source: 2003-02/txt/msg00399.txt.bz2 List-Id: The following reply was made to PR c++/9621; it has been noted by GNATS. From: Falk Hueffner To: Gabriel Dos Reis Cc: Wolfgang Bangerth , gcc-bugs@gcc.gnu.org, , Subject: Re: c++/9621: const int typedef is rejected Date: 08 Feb 2003 14:16:05 +0100 Gabriel Dos Reis writes: > Please, don't do that! Is it an error not to accept > > int const typede T; > > It is an error to reject > > int typedef T; Oh, yes, indeed. I was missing that a decl-specifier can also be a type-specifier. Sorry. -- Falk