preprocessor/8449: Ellipsis in 3...5 not recognized properly
neil@gcc.gnu.org
neil@gcc.gnu.org
Thu Nov 7 03:38:00 GMT 2002
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
More information about the Gcc-bugs
mailing list