[LLVMbugs] [Bug 906] NEW: llvm-gcc4 crashes on this bitfield reference

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Sep 11 15:47:19 PDT 2006


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

           Summary: llvm-gcc4 crashes on this bitfield reference
           Product: tools
           Version: 1.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


struct state_struct {
  unsigned long long phys_frame: 50;
  unsigned valid : 2;
} s;

int mem_access(struct state_struct *p) {
  return p->valid;
}



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list