This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33156] preprocessor precedence of string concatenation backwards?
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2007 19:30:06 -0000
- Subject: [Bug c++/33156] preprocessor precedence of string concatenation backwards?
- References: <bug-33156-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from igodard at pacbell dot net 2007-08-23 19:30 -------
Ah! I see. So if string cat is after there's only one string, which does
contain embedded quotes as printed.
And if string cat were before you couldn't compose a string out of a sequence
of macro calls and literals. Makes sense, sorry to bother you.
--
igodard at pacbell dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33156