http://llvm.org/bugs/show_bug.cgi?id=8326
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 2011-05-09 18:06:04 CDT --- I think that, technically, this code is ill-formed, since it isn't of the form union { member-specification }; that declares an anonymous union. However, we should accept this code as an extension. Fixed in Clang r131109. -- 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
