This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32805] strange error from winavr 20070525
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2007 09:26:24 -0000
- Subject: [Bug c/32805] strange error from winavr 20070525
- References: <bug-32805-14874@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from schwab at suse dot de 2007-07-18 09:26 -------
The preprocessing token 0x9E+4 does not have the lexical form of a constant,
thus it is invalid. You need to make sure that every pp-number that is
converted to a token is valid as such.
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|strange error from winavr |strange error from winavr
|20070525 |20070525
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32805