------- Additional Comments From yuri at tsoft dot com 2005-02-02 02:07 ------- (In reply to comment #2) > Also note sometimes when a function is pure/const it can be removed which is why it might act as > inlining. > > Do you have a simple example? > ... > Also note sometimes when a function is pure/const it can be removed which is why it might act as > inlining.
This const/pure is definitely not my case. I will try to write some example of non-inline. My project is huge, certainly callgrind showed that there is stuff inlined, I will try to reproduce on something smaller. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19748