Skip to content
Snippets Groups Projects
Commit 9a64cd19 authored by Pan Li's avatar Pan Li
Browse files

RISC-V: Fix incorrect test macro for signed scalar SAT_ADD form 2 run test


This patch would like to fix one incorrect test macro usage for
form 2 of signed scalar SAT_ADD run test.  It should leverage the
_FMT_2 instead of _FMT_1 for form 2.

The below test are passed for this patch.
* The rv64gcv fully regression test.

It is test only patch and obvious up to a point, will commit it
directly if no comments in next 48H.

gcc/testsuite/ChangeLog:

	* gcc.target/riscv/sat_arith.h: Add test helper macro.
	* gcc.target/riscv/sat_s_add-run-5.c: Take form 2 for run test.
	* gcc.target/riscv/sat_s_add-run-6.c: Ditto.
	* gcc.target/riscv/sat_s_add-run-7.c: Ditto.
	* gcc.target/riscv/sat_s_add-run-8.c: Ditto.

Signed-off-by: default avatarPan Li <pan2.li@intel.com>
parent 4bee5252
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment