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