Mercurial > vim
view src/testdir/bench_re_freeze.in @ 19310:ae6bcbadf04b v8.2.0213
patch 8.2.0213: configure does not recognize gcc 10.0 and later
Commit: https://github.com/vim/vim/commit/7077892a7918845a00ce8d7833b43cc6cbed2081
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 5 20:44:24 2020 +0100
patch 8.2.0213: configure does not recognize gcc 10.0 and later
Problem: Configure does not recognize gcc 10.0 and later.
Solution: Adjust the pattern matching the version number. (Sergei
Trofimovich, closes #5580)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Feb 2020 20:45:05 +0100 |
parents | adfbffe1e642 |
children |
line wrap: on
line source
Test for Benchmarking RE engine STARTTEST :so small.vim :if !has("reltime") | qa! | endif :set nocp cpo&vim :so bench_re_freeze.vim :call Measure('samples/re.freeze.txt', '\s\+\%#\@<!$', '+5') :/^" Benchmark/,$w! benchmark.out :qa! ENDTEST " Benchmark_results: