[Bug objc/34033] compiler accepts invalid string concatenation

2010-11-22 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033 Nicola Pero changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug objc/34033] compiler accepts invalid string concatenation

2010-11-22 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033 --- Comment #3 from Nicola Pero 2010-11-22 19:27:27 UTC --- Author: nicola Date: Mon Nov 22 19:27:17 2010 New Revision: 167048 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167048 Log: In gcc/c-family/: 2010-11-22 Nicola Pero

[Bug objc/34033] compiler accepts invalid string concatenation

2010-11-20 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033 Nicola Pero changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/34033] compiler accepts invalid string concatenation

2007-12-08 Thread pinskia 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