From mboxrd@z Thu Jan 1 00:00:00 1970 From: aoliva@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, keith.rollin@corp.palm.com, nobody@gcc.gnu.org Subject: Re: c/3885: Incorrect "invalid suffix on integer constant" error Date: Mon, 30 Jul 2001 20:27:00 -0000 Message-id: <20010731032741.5528.qmail@sourceware.cygnus.com> X-SW-Source: 2001-07/msg00808.html List-Id: Synopsis: Incorrect "invalid suffix on integer constant" error State-Changed-From-To: open->closed State-Changed-By: aoliva State-Changed-When: Mon Jul 30 20:27:41 2001 State-Changed-Why: Strange as it may seem, the behavior is correct, and mandated by the C Standard. 0x00E-0x00A is a single preprocessor token, of type pp-number, and it must become a single compiler token, but it can't. The gotcha is the `E-' sequence, that makes it seem like the exponent notation of floating-point constants. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3885&database=gcc