On Mon, 1 Sep 2025, Aleksandar Rakic wrote: > The compressed MIPS ISAs (microMIPS and MIPS16) require the LSB of > an address to indicate which ISA to execute. The non-conformant > patterns used in these tests cannot set the ISA mode bit and may > attempt to directly call the variable which triggers an error from > the assembler about calling a different ISA mode.
These tests ought to be built with `-minterlink-compressed' then; there's no need to reduce coverage here. Maciej
