From: Aldy Hernandez Date: Wed, 4 Aug 2021 08:55:12 +0000 (+0200) Subject: Mark path_range_query::dump as override. X-Git-Tag: basepoints/gcc-13~5591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db0bcd9fdc2e3a659d56435cb18d553f4292edb;p=thirdparty%2Fgcc.git Mark path_range_query::dump as override. gcc/ChangeLog: * gimple-range-path.h (path_range_query::dump): Mark override. --- diff --git a/gcc/gimple-range-path.h b/gcc/gimple-range-path.h index 43f0ec802860..0d2d2e7f75d2 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: