[PATCH] diagnostics: Add new option -fdiagnostics-plain-output

2020-08-11 Thread Lewis Hyatt via Gcc-patches
f you'd like me to push it. bootstrap and regtest were done for all languages on x86-64 Linux, all tests the same before and after, and same for the compat.exp with alternate compiler GCC 8.2. -Lewis Subject: [PATCH] diagnostics: Add new option -fdiagnostics-plain-output Adds the new option

Re: [PATCH] diagnostics: Add new option -fdiagnostics-plain-output

2020-08-12 Thread Richard Sandiford
Lewis Hyatt writes: > Hello- > > Attached is the patch I mentioned in another discussion here: > https://gcc.gnu.org/pipermail/gcc-patches/2020-August/551442.html > > This adds a new option -fdiagnostics-plain-output that currently means the > same thing as: > -fno-diagnostics-show-caret -fno-

Re: [PATCH] diagnostics: Add new option -fdiagnostics-plain-output

2020-08-14 Thread Lewis Hyatt via Gcc-patches
On Wed, Aug 12, 2020 at 12:54 PM Richard Sandiford wrote: > > Lewis Hyatt writes: > > Hello- > > > > Attached is the patch I mentioned in another discussion here: > > https://gcc.gnu.org/pipermail/gcc-patches/2020-August/551442.html > > > > This adds a new option -fdiagnostics-plain-output that c

Re: [PATCH] diagnostics: Add new option -fdiagnostics-plain-output

2020-08-14 Thread David Malcolm via Gcc-patches
On Fri, 2020-08-14 at 10:01 -0400, Lewis Hyatt wrote: > On Wed, Aug 12, 2020 at 12:54 PM Richard Sandiford > wrote: [...] > > OK with those changes in 24 hrs if noone objects or asks for a > > delay. > > > > Thanks, > > Richard > > Thanks for the review, and sorry about the formatting glitches