[LLVMbugs] [Bug 7926] Clang fails to compile code which uses inline keyword with -O0

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 17 06:18:27 PDT 2010


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

Sylvère Teissier <quickslyver at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |quickslyver at free.fr
         Resolution|                            |INVALID

--- Comment #2 from Sylvère Teissier <quickslyver at free.fr> 2010-08-17 08:18:27 CDT ---
That's gnu specific inlining style.
Please use --std=gnu89 or use C99 Standard inlining style.

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