public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Aldy Hernandez <aldyh@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-2722] Mark path_range_query::dump as override.
Date: Wed,  4 Aug 2021 08:58:26 +0000 (GMT)	[thread overview]
Message-ID: <20210804085826.C60413855002@sourceware.org> (raw)

https://gcc.gnu.org/g:9db0bcd9fdc2e3a659d56435cb18d553f4292edb

commit r12-2722-g9db0bcd9fdc2e3a659d56435cb18d553f4292edb
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Wed Aug 4 10:55:12 2021 +0200

    Mark path_range_query::dump as override.
    
    gcc/ChangeLog:
    
            * gimple-range-path.h (path_range_query::dump): Mark override.

Diff:
---
 gcc/gimple-range-path.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gimple-range-path.h b/gcc/gimple-range-path.h
index 43f0ec80286..0d2d2e7f75d 100644
--- a/gcc/gimple-range-path.h
+++ b/gcc/gimple-range-path.h
@@ -41,7 +41,7 @@ public:
 			  const bitmap_head *imports);
   bool range_of_expr (irange &r, tree name, gimple * = NULL) override;
   bool range_of_stmt (irange &r, gimple *, tree name = NULL) override;
-  void dump (FILE *);
+  void dump (FILE *) override;
   void debug ();
 
 private:


                 reply	other threads:[~2021-08-04  8:58 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=20210804085826.C60413855002@sourceware.org \
    --to=aldyh@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).