[LLVMbugs] [Bug 2381] New: Nethack doesn't compile!!!

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu May 29 01:40:17 PDT 2008


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: unassignedbugs at nondot.org
        ReportedBy: isanbard at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list