This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/35610] Pasting "foo" and "(" does not give a valid preprocessing token
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2008 23:06:43 -0000
- Subject: [Bug preprocessor/35610] Pasting "foo" and "(" does not give a valid preprocessing token
- References: <bug-35610-15391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2008-03-16 23:06 -------
(In reply to comment #3)
> When i can understand which token is valid then?
By reading the C/C++ standards :). But basically in this case foo and ( are
two different tokens. Examples of valid tokens: "->", "foo", ".", ",", etc.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35610