On 3/25/2026 2:08 AM, Jakub Jelinek wrote:
Hi!

TCL 9 removed case command which has been deprecated before.
https://core.tcl-lang.org/tcl/wiki?name=Migrating+scripts+to+Tcl+9
says "Replace case with switch" and switch has been working in TCL 8
just fine.

Tested on x86_64-linux, ok for trunk?

2026-03-25  Jakub Jelinek  <[email protected]>

        * lib/mike-gcc.exp (postbase): Use switch instead of case for
        TCL 9 compatibility.
        * lib/mike-g++.exp (postbase): Likewise.
OK.  Seems pretty obvious to me.

jeff

Reply via email to