Re: [PATCH] RISC-V: Update testcase.

2019-03-18 Thread Jim Wilson
On Mon, Mar 18, 2019 at 3:13 AM Kito Cheng wrote: > gcc/testsuite: > Kito Cheng > ChangeLog > * gcc.target/riscv/arch-1.c: Update testcase. OK. I committed with the ChangeLog entry reword to more accurately describe the change. Jim

[PATCH] RISC-V: Update testcase.

2019-03-18 Thread Kito Cheng
From: Kito Cheng gcc.target/riscv/arch-1.c getting failed after r269586, because it wrapping all option names in gcc internal messages with %< and %>, it make option name will print with single quote, and then mis-match the result in the test case. gcc/testsuite: Kito Cheng ChangeLog