[LLVMbugs] [Bug 3177] "__extension__ union" not supported

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Dec 16 23:40:19 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=3177


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Chris Lattner <clattner at apple.com>  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.



More information about the llvm-bugs mailing list