------- Comment #5 from ddenisen at altera dot com 2008-01-31 16:13 ------- > @emph{Note:} there may be no value to @option{-finline-limit} that results > in default behavior.
That's also not user-friendly. When it is changed, it is not clear what is "more aggressive" inlining and what is not. Why don't you make max-inline-insns-single = 5*n/2 and max-inline-insns-auto = n/2? This way, we have a default that is consistent with current settings and setting -finline-limit=180 gives you exactly the default. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35042