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. configu

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

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.

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, Fl