public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Update testcase.
@ 2019-03-18 10:31 Kito Cheng
  2019-03-18 20:28 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Kito Cheng @ 2019-03-18 10:31 UTC (permalink / raw)
  To: kito.cheng, gcc-patches, jimw, schwab

From: Kito Cheng <kito.cheng@gmail.com>

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  <kito.cheng@gmail.com>

ChangeLog
	* gcc.target/riscv/arch-1.c: Update testcase.
---
 gcc/testsuite/gcc.target/riscv/arch-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/arch-1.c b/gcc/testsuite/gcc.target/riscv/arch-1.c
index 83d5c8a..f12879c 100644
--- a/gcc/testsuite/gcc.target/riscv/arch-1.c
+++ b/gcc/testsuite/gcc.target/riscv/arch-1.c
@@ -3,4 +3,4 @@
 int foo()
 {
 }
-/* { dg-error ".-march=rv32I: first ISA subset must be `e', `i' or `g'" "" { target *-*-* } 0 } */
+/* { dg-error ".'-march=rv32I': first ISA subset must be `e', `i' or `g'" "" { target *-*-* } 0 } */
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] RISC-V: Update testcase.
  2019-03-18 10:31 [PATCH] RISC-V: Update testcase Kito Cheng
@ 2019-03-18 20:28 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2019-03-18 20:28 UTC (permalink / raw)
  To: Kito Cheng; +Cc: Kito Cheng, GCC Patches, Andreas Schwab

On Mon, Mar 18, 2019 at 3:13 AM Kito Cheng <kito@andestech.com> wrote:
> gcc/testsuite:
> Kito Cheng  <kito.cheng@gmail.com>
> ChangeLog
>         * gcc.target/riscv/arch-1.c: Update testcase.

OK.  I committed with the ChangeLog entry reword to more accurately
describe the change.

Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-18 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 10:31 [PATCH] RISC-V: Update testcase Kito Cheng
2019-03-18 20:28 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).