[LLVMbugs] [Bug 11083] New: clang doesn't support -fno-inline-functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 6 23:53:53 PDT 2011


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

           Summary: clang doesn't support -fno-inline-functions
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: jongsok.choi at gmail.com
                CC: llvmbugs at cs.uiuc.edu


llvm-gcc supported -fno-inline-functions which forced it not to inline any
functions. It doesn't seem to be working well with clang since it is inlining
functions with even this option. Clang doesn't give a warning that
-fno-inline-functions is not supported.

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