This is the mail archive of the gcc-bugs@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]

[Bug c/32805] strange error from winavr 20070525



------- 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


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