[LLVMbugs] [Bug 3726] New: [PATCH] ISO C++ fixes for GCC 4.4 / glibc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 4 12:23:13 PST 2009


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

           Summary: [PATCH] ISO C++ fixes for GCC 4.4 / glibc
           Product: libraries
           Version: 2.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: System Library
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: salimma at fedoraproject.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=2659)
 --> (http://llvm.org/bugs/attachment.cgi?id=2659)
Patch for Unix/Signals.inc

The new version of glibc (2.9.90 on Rawhide), when used in combination with the
upcoming gcc 4.4, introduces some changes to the signatures of string-handling
functions: if the input is const, the return value is now also const.

This affects one file in LLVM 2.5 -- Signals.inc. Patch attached.


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