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

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.