[LLVMbugs] [Bug 1962] New: clang struct init codegen + padding broken

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jan 30 08:35:34 PST 2008


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

           Summary: clang struct init codegen + padding broken
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


struct s { short a; int b; } x = {1, 1};

(From http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-January/000941.html;
putting here so it doesn't get lost.)


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