On 14 Apr 2021 16:02, John Baldwin wrote: > Claim that the accumulator indices are out of range without raising an > exception if the CPU doesn't support media instructions. this breaks a large chunk of the tests. did you run `make check` before & after your change ? # --target=frv-elf $ git checkout -f f00b50d057298ac581cb222c0ab4b5e21d134464 $ make all-sim $ make check-sim # of expected passes 3440 # of unexpected failures 155 # of expected failures 3 # of unsupported tests 14 $ git checkout -f f00b50d057298ac581cb222c0ab4b5e21d134464^ $ make all-sim $ make check-sim # of expected passes 3595 # of expected failures 3 # of unsupported tests 14 i'm by no means an FR-V expert, but the testsuite should pass cleanly. i think more failures have been slipping in because the suite is broken currently, so they get ignored entirely. -mike