[LLVMbugs] [Bug 10041] New: add support for -fgnu89-inline

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 27 18:29:31 PDT 2011


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

           Summary: add support for -fgnu89-inline
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


Yep, I've found code that says "-std=c99 -fgnu89-inline". It does what you'd
expect, it changes the interpretation of the inline keyword to be the same as
the same as the old GNU extension. Upstream documentation:
http://gcc.gnu.org/onlinedocs/gcc/Inline.html

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