Christophe Lyon wrote: > After this patch (r256800), I have noticed new failures on aarch64: > gcc.target/aarch64/f16_mov_immediate_1.c scan-assembler-times > mov\tw[0-9]+, #?19520 3 (found 0 times)
Thanks for spotting these, the scripts appear to have missed those (contrib/dg-cmp-results.sh skipped them eventhough they were in contrib/compare_tests...). Anyway these are fixed now. Wilco