Re: Modules doc

2020-11-30 Thread Nathan Sidwell
Sandra, thanks for the review, I believe I've addressed all the nits you found except for ... On 11/30/20 1:33 AM, Sandra Loosemore wrote: On 11/20/20 10:12 AM, Nathan Sidwell wrote: @@ -599,7 +609,7 @@ Objective-C and Objective-C++ Dialects}.  -fpreprocessed  -ftabstop=@var{width} 

Re: Modules doc

2020-11-29 Thread Sandra Loosemore
On 11/20/20 10:12 AM, Nathan Sidwell wrote: @@ -214,14 +215,21 @@ in the following sections. -faligned-new=@var{n} -fargs-in-order=@var{n} -fchar8_t -fcheck-new @gol -fconstexpr-depth=@var{n} -fconstexpr-cache-depth=@var{n} @gol -fconstexpr-loop-limit=@var{n}

Re: Modules doc

2020-11-23 Thread Boris Kolpackov
Marek Polacek writes: > > +Only emit the module CMI, inhibiting any object file. > > Maybe say here that CMI is Compiled Module Interface. FYI, SG15 (WG21 study group on tooling) seems to have settled on BMI ("built module interface"):

Re: Modules doc

2020-11-20 Thread Nathan Sidwell
thanks for taking a look, I hope this is better -- I add a forward reference from -fmodules-ts option description, so as to not have to explain C++ terms of art just there :) nathan -- Nathan Sidwell diff --git c/gcc/doc/cppopts.texi w/gcc/doc/cppopts.texi index 7f1849d841f..e5ece92487b 100644

Re: Modules doc

2020-11-20 Thread Marek Polacek via Gcc-patches
On Fri, Nov 20, 2020 at 10:19:55AM -0500, Nathan Sidwell wrote: > Here is an update c++ modules documentation patch. I'd be grateful for > review. Especially checking I'm not using too much implementor-speak > > nathan > -- > Nathan Sidwell > diff --git c/gcc/doc/cppopts.texi

Modules doc

2020-11-20 Thread Nathan Sidwell
Here is an update c++ modules documentation patch. I'd be grateful for review. Especially checking I'm not using too much implementor-speak nathan -- Nathan Sidwell diff --git c/gcc/doc/cppopts.texi w/gcc/doc/cppopts.texi index 7f1849d841f..e5ece92487b 100644 --- c/gcc/doc/cppopts.texi +++