Thanks Jeff and Edwin for my silly mistake. Pan
-----Original Message----- From: Jeff Law <[email protected]> Sent: Saturday, July 13, 2024 5:40 AM To: Edwin Lu <[email protected]>; [email protected] Cc: Li, Pan2 <[email protected]>; [email protected] Subject: Re: [PATCH] RISC-V: Fix testcase for vector .SAT_SUB in zip benchmark On 7/12/24 12:37 PM, Edwin Lu wrote: > The following testcase was not properly testing anything due to an > uninitialized variable. As a result, the loop was not iterating through > the testing data, but instead on undefined values which could cause an > unexpected abort. > > gcc/testsuite/ChangeLog: > > * gcc.target/riscv/rvv/autovec/binop/vec_sat_binary_vx.h: > initialize variable OK. Thanks for chasing this down. jeff
