Re: Ping: [PATCH] Add explicit description for -finline

2019-11-28 Thread Richard Biener
On Thu, 28 Nov 2019, luoxhu wrote: > > > On 2019/11/4 11:42, luoxhu wrote: > > On 2019/11/2 00:23, Joseph Myers wrote: > >> On Thu, 31 Oct 2019, Xiong Hu Luo wrote: > >> > >>> +@code{-finline} enables inlining of function declared \"inline\". > >>> +@code{-finline} is enabled at levels -O1, -O2,

Ping: [PATCH] Add explicit description for -finline

2019-11-27 Thread luoxhu
On 2019/11/4 11:42, luoxhu wrote: On 2019/11/2 00:23, Joseph Myers wrote: On Thu, 31 Oct 2019, Xiong Hu Luo wrote: +@code{-finline} enables inlining of function declared \"inline\". +@code{-finline} is enabled at levels -O1, -O2, -O3 and -Os, but not -Og. Use @option{} to mark up option n

Re: [PATCH] Add explicit description for -finline

2019-11-03 Thread luoxhu
On 2019/11/2 00:23, Joseph Myers wrote: > On Thu, 31 Oct 2019, Xiong Hu Luo wrote: > >> +@code{-finline} enables inlining of function declared \"inline\". >> +@code{-finline} is enabled at levels -O1, -O2, -O3 and -Os, but not -Og. > > Use @option{} to mark up option names (both -finline and all

Re: [PATCH] Add explicit description for -finline

2019-11-01 Thread Joseph Myers
On Thu, 31 Oct 2019, Xiong Hu Luo wrote: > +@code{-finline} enables inlining of function declared \"inline\". > +@code{-finline} is enabled at levels -O1, -O2, -O3 and -Os, but not -Og. Use @option{} to mark up option names (both -finline and all the -O options in this paragraph). Use @code{} t

[PATCH] Add explicit description for -finline

2019-10-31 Thread Xiong Hu Luo
-finline is not a explicit option, search word "-finline" in page https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options will miss the explicit option "-fno-inline". gcc/ChangeLog: 2019-11-01 Xiong Hu Luo doc/invoke.texi (inline): Add description for -finlin