[LLVMbugs] [Bug 3697] New: [PATCH] Updated header includes for GCC 4.4

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 1 18:09:30 PST 2009


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

           Summary: [PATCH] Updated header includes for GCC 4.4
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Basic
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: salimma at fedoraproject.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=2633)
 --> (http://llvm.org/bugs/attachment.cgi?id=2633)
gcc-4.4 patch for clang

GCC 4.4's g++ is now even stricter about header inclusion than GCC 4.4, and
clang does not currently compile out of the box. The attached patch includes
the necessary headers (cstdio, stdint.h) to get clang to compile.

Note: this really affects *all* of clang, I'm guessing the "Basic" component.
Should there be a "general" component?


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