http://llvm.org/bugs/show_bug.cgi?id=13882
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Richard Smith <[email protected]> 2012-09-19 18:06:45 CDT --- This is a combination of two enabled-by-default extensions: * A GNU extension allowing empty initializer lists. * An extension allowing zero-sized arrays. -pedantic-errors will catch both of these. -- 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
