[LLVMbugs] [Bug 607] NEW: [llvmgcc] Union initialization crash

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jul 26 14:14:47 PDT 2005


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

           Summary: [llvmgcc] Union initialization crash
           Product: tools
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


The CFE fails an assertion compiling this global variable:

union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};

This prevents compilation of 187.facerec.

-Chris



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