From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 631 invoked by alias); 4 Nov 2002 16:56: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 588 invoked by uid 71); 4 Nov 2002 16:56:03 -0000 Date: Mon, 04 Nov 2002 08:56:00 -0000 Message-ID: <20021104165603.587.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Christian Ehrhardt" Subject: Re: preprocessor/8449: Ellipsis in 3...5 not recognized properly Reply-To: "Christian Ehrhardt" X-SW-Source: 2002-11/txt/msg00165.txt.bz2 List-Id: The following reply was made to PR preprocessor/8449; it has been noted by GNATS. From: "Christian Ehrhardt" To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: preprocessor/8449: Ellipsis in 3...5 not recognized properly Date: Mon, 4 Nov 2002 17:51:14 +0100 Hi, sorry for the self followup but: gcc version 3.3 20021101 (experimental) gives an ICE after the error (segmentationfault): $ gcc -Wall t.c t9.c:1:14: too many decimal points in number t9.c:1: internal compiler error: Segmentation Fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. An even worse test case not fixed by the previous patch is with an escaped newline in the middle of the ellipsis: int a[2] = {[0 .\ ..1] = 2}; regards Christian Ehrhardt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8449 -- THAT'S ALL FOLKS!