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++/33156] preprocessor precedence of string concatenation backwards?



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-08-23 18:27 -------
(In reply to comment #2)
> Whether # is before or after string concatenation, string concatenation should
> happen *sometime* and doesn't.

Huh?  Stringification happens and turns #("a " "b") into "\"a \" \"b\"" so
there is no string concatenation happening after stringification.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33156


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