http://llvm.org/bugs/show_bug.cgi?id=4368
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
