projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d56259
)
Mark path_range_query::dump as override.
author
Aldy Hernandez
<aldyh@redhat.com>
Wed, 4 Aug 2021 08:55:12 +0000
(10:55 +0200)
committer
Aldy Hernandez
<aldyh@redhat.com>
Wed, 4 Aug 2021 08:57:11 +0000
(10:57 +0200)
gcc/ChangeLog:
* gimple-range-path.h (path_range_query::dump): Mark override.
gcc/gimple-range-path.h
patch
|
blob
|
history
diff --git
a/gcc/gimple-range-path.h
b/gcc/gimple-range-path.h
index
43f0ec8
..
0d2d2e7
100644
(file)
--- 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: