http://llvm.org/bugs/show_bug.cgi?id=3177
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Chris Lattner <[email protected]> 2008-12-17 01:40:12 --- This works for me with mainline, I get: t3.c:2:17: warning: declaration does not declare anything __extension__ union { ^ which is because we don't support the anonymous union extension. Doug is interested in working on anon unions, and I think we have another bugzilla to track that somewhere. -- 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
