From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32753 invoked by alias); 7 Nov 2002 11:38:25 -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 32730 invoked by uid 61); 7 Nov 2002 11:38:24 -0000 Date: Thu, 07 Nov 2002 03:38:00 -0000 Message-ID: <20021107113824.32728.qmail@sources.redhat.com> To: ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: neil@gcc.gnu.org Reply-To: neil@gcc.gnu.org, ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: preprocessor/8449: Ellipsis in 3...5 not recognized properly X-SW-Source: 2002-11/txt/msg00363.txt.bz2 List-Id: Synopsis: Ellipsis in 3...5 not recognized properly State-Changed-From-To: open->closed State-Changed-By: neil State-Changed-When: Thu Nov 7 03:38:23 2002 State-Changed-Why: Not a bug. 0...1 is a single token, a preprocessing number. When the compiler tries to interpret the number, it complains about the excess '.' like you saw, which is correct. You need to add a space to break it into two tokens, like you actually did in your report. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8449