Re: [PATCH 0/12] detect quoting and punctuation problems in diagnostics

2019-05-16 Thread Martin Sebor
On 5/16/19 4:02 AM, Martin Liška wrote: Hi. Maybe I've install the patches wrongly, but I see following error on ppc64le during bootstrap in stage2: I also noticed it yesterday on x86_64. The %qk was vestige of an earlier attempt to use the pretty-printer to format TREE_CODEs. I have this in

Re: [PATCH 0/12] detect quoting and punctuation problems in diagnostics

2019-05-16 Thread Martin Liška
Hi. Maybe I've install the patches wrongly, but I see following error on ppc64le during bootstrap in stage2: /home/marxin/Programming/gcc/objdir/./prev-gcc/xg++ -B/home/marxin/Programming/gcc/objdir/./prev-gcc/ -B/usr/local/powerpc64le-unknown-linux-gnu/bin/ -nostdinc++ -B/home/marxin/Programm

Re: [PATCH 0/12] detect quoting and punctuation problems in diagnostics

2019-05-15 Thread Martin Liška
On 5/14/19 11:31 PM, Martin Sebor wrote: > Near the end of every release a bunch of problem reports are > raised for various punctuation, quoting, and spelling issues > in GCC.  In GCC 9 a total 28 such issues were submitted. Hi Martin. Great that you prepared the patchset. > A fair number of th

[PATCH 0/12] detect quoting and punctuation problems in diagnostics

2019-05-14 Thread Martin Sebor
Near the end of every release a bunch of problem reports are raised for various punctuation, quoting, and spelling issues in GCC. In GCC 9 a total 28 such issues were submitted. A fair number of them are discovered as new or changed diagnostics are being translated. A checker was developed to he