Re: [Maria-developers] 203aa38f9b6: MDEV-26102: gcov 9.1 doesn't support intermediate format any more, but json instead - refactoring needed

2021-07-29 Thread Anel Husakovic
Hi Serg, On Thu, Jul 29, 2021 at 9:57 AM Sergei Golubchik wrote: > Hi, Anel! > > On Jul 29, Anel Husakovic wrote: > > Hi Serg, > > thanks for your review. > > > > > > + > > > > +my $gcc_version= `gcc -dumpversion`; > > > > +$gcc_version=~ s/(\d).*$/$1/; > > > > > > you don't need this second

Re: [Maria-developers] 203aa38f9b6: MDEV-26102: gcov 9.1 doesn't support intermediate format any more, but json instead - refactoring needed

2021-07-29 Thread Sergei Golubchik
Hi, Anel! On Jul 29, Anel Husakovic wrote: > Hi Serg, > thanks for your review. > > > > + > > > +my $gcc_version= `gcc -dumpversion`; > > > +$gcc_version=~ s/(\d).*$/$1/; > > > > you don't need this second line, I suspect > > > It is not unique for all versions, that's why I used it: > > $ for