[LLVMbugs] [Bug 14556] clang doesn't deal with inline functions properly; results in failures at link time

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 9 14:40:13 PST 2012


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

Dimitry Andric <dimitry at andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dimitry at andric.com
         Resolution|                            |INVALID

--- Comment #3 from Dimitry Andric <dimitry at andric.com> 2012-12-09 16:40:13 CST ---
This is expected with C99, please use either extern inline or static inline,
then it will work.

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