On Feb 6, 2024, at 8:58 AM, Torbjörn SVENSSON <[email protected]> wrote: > > Ok for trunk and releases/gcc-13?
Ok. If .* goes across newlines, you might want to not use ..
> - if {![regexp -- "/${compiler}(\\.exe)? -quiet.*$compiler_pattern"
> $gcc_output]} {
> + if {![regexp -- "/${compiler}(\\.exe)? .*-quiet.*$compiler_pattern"
> $gcc_output]} {
