public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3012] Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' etc.
Date: Thu, 19 Aug 2021 06:45:27 +0000 (GMT)	[thread overview]
Message-ID: <20210819064527.96C6A399C00F@sourceware.org> (raw)

https://gcc.gnu.org/g:b7fc42073c04813f6b63e0641d3f6765424857c9

commit r12-3012-gb7fc42073c04813f6b63e0641d3f6765424857c9
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Aug 19 08:25:47 2021 +0200

    Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' etc.
    
    Fix up for r242748 (commit 3615816da830d41f67a5d8955ae588eba7f0b6fb)
    "[PR target/78213] Do not ICE on non-empty -fself-test", as made
    apparent by recent commit a42467bdb70650cd2f421e67b6c3418f74feaec2
    "Restore 'gcc.dg/pr78213.c' testing", after the test case had gotten
    disabled in r243681 (commit ecfc21ff34ddc6f8aa517251fb51494c68ff741f)
    "Introduce selftest::locate_file" shortly after its original introduction.
    
            gcc/testsuite/
            PR testsuite/101969
            * gcc.dg/pr78213.c: Fix up for '--enable-checking=release' etc.

Diff:
---
 gcc/testsuite/gcc.dg/pr78213.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr78213.c b/gcc/testsuite/gcc.dg/pr78213.c
index 40dd3c82b60..04bf0381f76 100644
--- a/gcc/testsuite/gcc.dg/pr78213.c
+++ b/gcc/testsuite/gcc.dg/pr78213.c
@@ -8,4 +8,5 @@ int i;
   while (i--)
     bar();
 }
-/* { dg-message "fself\-test: " "-fself-test" { target *-*-* } 0 } */
+
+/* { dg-regexp {^-fself-test: [0-9]+ pass\(es\) in [.0-9]+ seconds$|.*: note: self-tests are not enabled in this build$} } */


                 reply	other threads:[~2021-08-19  6:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210819064527.96C6A399C00F@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).