This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preprocessor/8449: Ellipsis in 3...5 not recognized properly


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]