On 10/17/23 12:51, Vineet Gupta wrote:
Update the test to potentially generate two SEXT.W instructions: one for
incoming function arg, other for function return.

But after commit 8eb9cdd14218
("expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg")
the test is not supposed to generate either of them so fix the expected
assembler output which was errorneously introduced by commit above.

gcc/testsuite/ChangeLog:
        * gcc.target/riscv/pr111466.c (foo2): Change return to unsigned
        int as that will potentially generate two SEXT.W instructions.
        dg-final: Change to scan-assembler-not SEXT.W.
Oh yes, I should have remembered that update.  Thanks for taking care of it.

jeff

Reply via email to