[LLVMbugs] [Bug 83] New: [X86] Emission of global bool initializers broken

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Mon Nov 3 11:29:17 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=83

           Summary: [X86] Emission of global bool initializers broken
           Product: libraries
           Version: 1.0
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: X86 Backend
        AssignedTo: gaeke+bugs at uiuc.edu
        ReportedBy: sabre at nondot.org


The x86 backend currently compiles this:

---
%X = global bool true
---

to:

---
X:                              # bool* %X =  true
        .byte    true
---

instead of: .byte 1

This causes compilation of eon to fail.

Testcase: test/Regression/Jello/2003-11-03-GlobalBool.llx



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