Re: [PATCH] Fix up duplicated words mostly in comments, part 2

2024-04-09 Thread Richard Biener
On Tue, 9 Apr 2024, Jakub Jelinek wrote: > Hi! > > Another patch from eyeballing > git grep -v 'long long\|optab optab\|template template\|double double' | grep > ' \([a-zA-Z]\+\) \1 ' > output, this time in gcc/ subdirectory. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for

[PATCH] Fix up duplicated words mostly in comments, part 2

2024-04-09 Thread Jakub Jelinek
Hi! Another patch from eyeballing git grep -v 'long long\|optab optab\|template template\|double double' | grep ' \([a-zA-Z]\+\) \1 ' output, this time in gcc/ subdirectory. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2024-04-09 Jakub Jelinek gcc/ * expr.cc