http://llvm.org/bugs/show_bug.cgi?id=9620
Ted Kremenek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Ted Kremenek <[email protected]> 2011-04-04 11:31:06 CDT --- This is correct behavior. Both GCC and Clang reject this code with essentially the same error. Preprocessing occurs before parsing, so the preprocessor sees the commas first. This isn't a bug in the compiler; it's a consequence of how the C language works. -- 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
