From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14011 invoked by alias); 3 Dec 2002 15:26:04 -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 13997 invoked by uid 71); 3 Dec 2002 15:26:04 -0000 Date: Tue, 03 Dec 2002 07:26:00 -0000 Message-ID: <20021203152604.13996.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/8778: ICE on illegal initialization of non-integral static in-class constant Reply-To: Gabriel Dos Reis X-SW-Source: 2002-12/txt/msg00145.txt.bz2 List-Id: The following reply was made to PR c++/8778; it has been noted by GNATS. From: Gabriel Dos Reis To: Wolfgang Bangerth Cc: Volker Reichelt , gcc-gnats@gcc.gnu.org, , Subject: Re: c++/8778: ICE on illegal initialization of non-integral static in-class constant Date: 03 Dec 2002 16:18:44 +0100 Wolfgang Bangerth writes: | > You can really compile the following with gcc!!! | > | > ------------------------snip here---------------------- | > template struct A | > { | > static const int i[] = { 1, 2 }; // works | > }; If this compiles with GCC then that is a compiler bug. The program construct is invalid. [...] | So maybe we can meet in the middle: "The code is illegal based on the C++ | standard, but is accepted as a gcc extension"? I doubt that is an extension. -- Gaby