This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/30240] -fno-inline-functions does not work, and doc bugs



------- Comment #2 from h dot b dot furuseth at usit dot uio dot no  2006-12-19 11:27 -------
Subject: Re:  -fno-inline-functions does not work, and doc bugs

pinskia at gcc dot gnu dot org writes:
> You want -fno-inline-functions-called-once which was added in 4.2.0
> IIRC (...)

I see.  (Eventually.  At first your reply just confused me.)

Anyway, then this is a pure doc bug, in addition to the doc
problems I already mentioned: -f(no-)inline is not documented
to inline functions which do not have the "inline" keyword.

And no, what I want is -fno-inline, since I'm not waiting for
4.2.0 to use profiling tools etc. properly with optimization.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]