[Bug c++/32265] New: --never_inline and --no_automatic_inline options

Dave at Yost dot com gcc-bugzilla@gcc.gnu.org
Fri Jun 8 22:03:00 GMT 2007


No matter how high the optimzation level,

--never_inline prevents all inlining, even when called for in source code

--no_automatic_inline  prevents automatic inlining, i.e. inlining by the
compiler when not specifically called for in the source code


-- 
           Summary: --never_inline and --no_automatic_inline options
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Dave at Yost dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32265



More information about the Gcc-bugs mailing list