Re: RFR 8233880: Support compilers with multi-digit major version numbers

2019-11-12 Thread Erik Joelsson

Looks good.

/Erik

On 2019-11-09 01:38, Florian Weimer wrote:

The current regular expression only matches one digit before the first
dot.

Bug: 
Webrev: 

Tested against GCC 10.0.0.  configure no longer prints a C/C++ version
mismatch warning.

Thanks,
Florian



Re: RFR 8233880: Support compilers with multi-digit major version numbers

2019-11-10 Thread Florian Weimer
* Tim Bell:

> Florian:
>
>> The current regular expression only matches one digit before the first
>> dot.
>>
>> Bug: 
>> Webrev: 
>>
>> Tested against GCC 10.0.0.  configure no longer prints a C/C++ version
>> mismatch warning.
>
> Looks good.

Would you please sponsor this change for me?  Thanks.

Florian



Re: RFR 8233880: Support compilers with multi-digit major version numbers

2019-11-09 Thread Tim Bell

Florian:


The current regular expression only matches one digit before the first
dot.

Bug: 
Webrev: 

Tested against GCC 10.0.0.  configure no longer prints a C/C++ version
mismatch warning.


Looks good.

Tim



RFR 8233880: Support compilers with multi-digit major version numbers

2019-11-09 Thread Florian Weimer
The current regular expression only matches one digit before the first
dot.

Bug: 
Webrev: 

Tested against GCC 10.0.0.  configure no longer prints a C/C++ version
mismatch warning.

Thanks,
Florian