Re: [PATCH 1/9]: C++ P0482R5 char8_t: Documentation updates

2018-12-23 Thread Tom Honermann
Thank you, Sandra!  I just sent a revised patch to the list that I believe addresses all of your comments.  Thanks for the suggestion to generate and check the pdf, that was helpful to ensure the changes rendered correctly. Tom. On 12/11/18 6:35 PM, Sandra Loosemore wrote: On 11/5/18 12:39 P

Re: [PATCH 1/9]: C++ P0482R5 char8_t: Documentation updates

2018-12-11 Thread Sandra Loosemore
On 11/5/18 12:39 PM, Tom Honermann wrote: This patch adds documentation for new -fchar8_t and -fno-char8_t options. gcc/ChangeLog: 2018-11-04  Tom Honermann  * doc/invoke.texi (-fchar8_t): Document new option. My comments are all about nitpicky formatting things. diff --git a/gcc/do

Re: [PATCH 1/9]: C++ P0482R5 char8_t: Documentation updates

2018-12-05 Thread Jason Merrill
On Wed, Dec 5, 2018 at 2:10 AM Tom Honermann wrote: > > On 12/3/18 2:59 PM, Jason Merrill wrote: > > On 11/5/18 2:39 PM, Tom Honermann wrote: > >> This patch adds documentation for new -fchar8_t and -fno-char8_t > >> options. > >> > >> gcc/ChangeLog: > >> > >> 2018-11-04 Tom Honermann > >>

Re: [PATCH 1/9]: C++ P0482R5 char8_t: Documentation updates

2018-12-04 Thread Tom Honermann
On 12/3/18 2:59 PM, Jason Merrill wrote: On 11/5/18 2:39 PM, Tom Honermann wrote: This patch adds documentation for new -fchar8_t and -fno-char8_t options. gcc/ChangeLog: 2018-11-04  Tom Honermann    * doc/invoke.texi (-fchar8_t): Document new option. +Enable support for the P0482 pro

Re: [PATCH 1/9]: C++ P0482R5 char8_t: Documentation updates

2018-12-03 Thread Jason Merrill
On 11/5/18 2:39 PM, Tom Honermann wrote: This patch adds documentation for new -fchar8_t and -fno-char8_t options. gcc/ChangeLog: 2018-11-04  Tom Honermann  * doc/invoke.texi (-fchar8_t): Document new option. +Enable support for the P0482 proposal including the addition of a +new @cod