On Tue, Mar 17, 2020 at 10:37 AM Jakub Jelinek via Gcc-patches
wrote:
>
> Hi!
>
> In the r10-7197-gbae7b38cf8a21e068ad5c0bab089dedb78af3346 commit I've
> noticed duplicated word in a message, which lead me to grep for those and
> we have a tons of them.
> I've used
> grep -v 'long long\|optab opta
Hi!
In the r10-7197-gbae7b38cf8a21e068ad5c0bab089dedb78af3346 commit I've
noticed duplicated word in a message, which lead me to grep for those and
we have a tons of them.
I've used
grep -v 'long long\|optab optab\|template template\|double double' *.[chS]
*/*.[chS] *.def config/*/* 2>/dev/null |