[Bug c++/33156] preprocessor precedence of string concatenation backwards?

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Aug 23 18:27:00 GMT 2007



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



More information about the Gcc-bugs mailing list