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

           Summary: Nethack doesn't compile!!!
           Product: clang
           Version: unspecified
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Nethack doesn't compile because of an unimplemented codegen feature:

$ cat testcase.i
struct bork {
  unsigned field : 1;
};
struct bork foo[] = {
  { 0 }
};
$ clang -x c -o foo.o -emit-llvm-bc testcase.i
testcase.i:5:5: warning: cannot codegen this bitfield initialization yet
  { 0 }
    ^
1 diagnostic generated.


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

Reply via email to