This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/34033] compiler accepts invalid string concatenation
- 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: 8 Dec 2007 20:32:48 -0000
- Subject: [Bug objc/34033] compiler accepts invalid string concatenation
- References: <bug-34033-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-08 20:32 -------
Just a quick note, I think @"" should be treated the same as L"" (and the
u""/U"" ones) is with respect of string concatenation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033