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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to