[LLVMbugs] [Bug 3607] crash on bitfield with incomplete type

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 5 14:47:08 PST 2009


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


Chris Lattner <clattner at apple.com> changed:

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




--- Comment #1 from Chris Lattner <clattner at apple.com>  2009-03-05 16:47:07 ---
Fixed:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090302/013526.html

GCC's warning is bogus: 'e0' has an unknown width.  We now produce:

t.c:3:11: error: field has incomplete type 'enum e0'
  enum e0 f : 1;
          ^


-- 
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