[LLVMbugs] [Bug 4368] Suggest lowering the severity of bad quoting
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jun 13 16:54:40 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4368
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2009-06-13 18:54:39 ---
I don't see how this can possibly make sense. I tried:
#define FOO \"bar\"
const char *P =
FOO;
and both GCC 4.0 and 4.2 reject it with an error.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list