Kvalsvik
Subject: [PATCH] Use foreach, not lmap, for tcl <= 8.5 compat
lmap was introduced in tcl 8.6, and while it was released in 2012, lmap does not
really make too much of a difference to warrant the friction on consverative
(and
relevant) systems.
gcc/testsuite/ChangeLog:
*
Hi Jørgen,
Awesome. Very many thanks for the speedy fix.
Roger
--
> -Original Message-
> From: Jørgen Kvalsvik
> Sent: 14 July 2024 20:46
> To: gcc-patches@gcc.gnu.org
> Cc: jeffreya...@gmail.com; ro...@nextmovesoftware.com; Jørgen Kvalsvik
>
> Subject: [PATCH]
On 7/14/24 1:45 PM, Jørgen Kvalsvik wrote:
lmap was introduced in tcl 8.6, and while it was released in 2012, lmap
does not really make too much of a difference to warrant the friction on
consverative (and relevant) systems.
gcc/testsuite/ChangeLog:
* lib/gcov.exp: Use foreach for tc
lmap was introduced in tcl 8.6, and while it was released in 2012, lmap
does not really make too much of a difference to warrant the friction on
consverative (and relevant) systems.
gcc/testsuite/ChangeLog:
* lib/gcov.exp: Use foreach for tcl <= 8.5.
---
gcc/testsuite/lib/gcov.exp | 28 +