[LLVMbugs] [Bug 10545] New: Compilation failures around structs in code generated by C backend

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 31 14:19:10 PDT 2011


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

           Summary: Compilation failures around structs in code generated
                    by C backend
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: maemarcus at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=6982)
 --> (http://llvm.org/bugs/attachment.cgi?id=6982)
Patch with suggested fixes

Code generated by C backend as of rev 136600 produces errors when compiled with
gcc due to missing struct keyword in three places and incorrectly placed name
for structure embedding array.

Attached is patch to fix these problems.

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