Re: [PATCH] Fix various typos.

2021-04-22 Thread Jakub Jelinek via Gcc-patches
On Thu, Apr 22, 2021 at 09:26:47AM -0600, Jeff Law via Gcc-patches wrote: > > * g++.dg/template/nontype29.C: Fix typos and missing comments. > > * gcc.dg/Warray-bounds-64.c: Likewise. > > * gcc.dg/Warray-parameter.c: Likewise. > > * gcc.dg/Wstring-compare.c: Likewise. > > * gcc.

Re: [PATCH] Fix various typos.

2021-04-22 Thread Jeff Law via Gcc-patches
On 4/22/2021 6:23 AM, Martin Liška wrote: Hello. The patch fixes various typos. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR testsuite/100159 PR testsuite/100192 gcc/ChangeLog: * builtins.c (expand_

Re: [PATCH] Fix various typos.

2021-04-22 Thread Martin Liška
On 4/22/21 4:00 PM, Richard Biener wrote: > For the dg-bogus did you check the emitted diagnostic not tested for > doesn't have the same misspelling? I did. I'm going to push it. Martin

Re: [PATCH] Fix various typos.

2021-04-22 Thread Richard Biener via Gcc-patches
On Thu, Apr 22, 2021 at 3:50 PM Martin Liška wrote: > > Hello. > > The patch fixes various typos. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? For the dg-bogus did you check the emitted diagnostic not tested for doesn't have the same misspe

[PATCH] Fix various typos.

2021-04-22 Thread Martin Liška
Hello. The patch fixes various typos. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR testsuite/100159 PR testsuite/100192 gcc/ChangeLog: * builtins.c (expand_builtin): Fix typos and missing comments.