public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] [RISC-V] Fix expected diagnostic messages in testsuite
@ 2023-07-27  1:28 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-07-27  1:28 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Whoops, this should have gone in with the fixes to the RISC-V 
diagnostics from earlier this week.

Committed to the trunk.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 2127 bytes --]

commit 6f709f79c915a1ea82220a44e9f4a144d5eedfd1
Author: Jeff Law <jlaw@ventanamicro.com>
Date:   Wed Jul 26 19:25:33 2023 -0600

    [committed] [RISC-V] Fix expected diagnostic messages in testsuite
    
    Whoops, this should have gone in with the fixes to the RISC-V
    diagnostics from earlier this week.
    
    gcc/testsuite
            * gcc.target/riscv/arch-23.c: Update expected diagnostic messages.
            * gcc.target/riscv/pr102957.c: Likewise.

diff --git a/gcc/testsuite/gcc.target/riscv/arch-23.c b/gcc/testsuite/gcc.target/riscv/arch-23.c
index 1cb55889c50..fca5425790c 100644
--- a/gcc/testsuite/gcc.target/riscv/arch-23.c
+++ b/gcc/testsuite/gcc.target/riscv/arch-23.c
@@ -6,6 +6,6 @@ int foo()
 
 /* { dg-error "ISA string is not in canonical order. 'c'" "" { target *-*-* } 0 } */
 /* { dg-error "extension 'w' is unsupported standard single letter extension" "" { target *-*-* } 0 } */
-/* { dg-error "extension 'zvl' starts with `z` but is unsupported standard extension" "" { target *-*-* } 0 } */
-/* { dg-error "extension 's123' starts with `s` but is unsupported standard supervisor extension" "" { target *-*-* } 0 } */
-/* { dg-error "extension 'x123' starts with `x` but is unsupported non-standard extension" "" { target *-*-* } 0 } */
+/* { dg-error "extension 'zvl' starts with 'z' but is unsupported standard extension" "" { target *-*-* } 0 } */
+/* { dg-error "extension 's123' starts with 's' but is unsupported standard supervisor extension" "" { target *-*-* } 0 } */
+/* { dg-error "extension 'x123' starts with 'x' but is unsupported non-standard extension" "" { target *-*-* } 0 } */
diff --git a/gcc/testsuite/gcc.target/riscv/pr102957.c b/gcc/testsuite/gcc.target/riscv/pr102957.c
index 322d49c62d4..5273ee6c501 100644
--- a/gcc/testsuite/gcc.target/riscv/pr102957.c
+++ b/gcc/testsuite/gcc.target/riscv/pr102957.c
@@ -4,4 +4,4 @@ int foo()
 {
 }
 
-/* { dg-error "extension 'zb' starts with `z` but is unsupported standard extension" "" { target *-*-* } 0 } */
+/* { dg-error "extension 'zb' starts with 'z' but is unsupported standard extension" "" { target *-*-* } 0 } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-27  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27  1:28 [committed] [RISC-V] Fix expected diagnostic messages in testsuite Jeff Law

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).