Re: [PATCH] Testsuite: Disable micromips for MSA tests

2023-03-19 Thread Jeff Law via Gcc-patches
On 3/13/23 23:46, Xin Liu wrote: Thanks for your feedback. You're right that MicroMIPS doesn't support MSA, so disabling micromips for MSA tests is a reasonable change. I'll make sure to include a ChangeLog entry with a clear description of future patches. Thanks for the suggestions, and I'll

Re: [PATCH] Testsuite: Disable micromips for MSA tests

2023-03-13 Thread Xin Liu
Thanks for your feedback. You're right that MicroMIPS doesn't support MSA, so disabling micromips for MSA tests is a reasonable change. I'll make sure to include a ChangeLog entry with a clear description of future patches. Thanks for the suggestions, and I'll strive to improve my work based on

Re: [PATCH] Testsuite: Disable micromips for MSA tests

2023-03-11 Thread Jeff Law via Gcc-patches
On 2/20/23 19:39, Xin Liu wrote: From: Matthew Fortune --- gcc/testsuite/gcc.target/mips/mips.exp | 1 + 1 file changed, 1 insertion(+) Unfortunately, you haven't given anyone any background that would allow them to evaluate/review this patch. I'm guessing that MSA does not support

[PATCH] Testsuite: Disable micromips for MSA tests

2023-02-20 Thread Xin Liu
From: Matthew Fortune --- gcc/testsuite/gcc.target/mips/mips.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp index 81e19f39853..bf32fe0c93f 100644 --- a/gcc/testsuite/gcc.target/mips/mips.exp +++