projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36208e6
)
Update my last ChangeLog entry to properly specify overloaded functions.
author
Aldy Hernandez
<aldyh@gcc.gnu.org>
Thu, 19 Oct 2017 07:51:54 +0000
(07:51 +0000)
committer
Aldy Hernandez
<aldyh@gcc.gnu.org>
Thu, 19 Oct 2017 07:51:54 +0000
(07:51 +0000)
From-SVN: r253880
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e60a49f99cc6e0ae20e4e4644b948b1325c8beba..7f5b9f4df878901e15ab895931cde85bdb033517 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-24,10
+24,10
@@
2017-10-18 Aldy Hernandez <aldyh@redhat.com>
- * wide-int.cc (debug
) [const wide_int &]
: New.
- (debug
) [const wide_int *]
: New.
- (debug
) [const widest_int &]
: New.
- (debug
) [const widest_int *]
: New.
+ * wide-int.cc (debug
(const wide_int &))
: New.
+ (debug
(const wide_int *))
: New.
+ (debug
(const widest_int &))
: New.
+ (debug
(const widest_int *))
: New.
2017-10-18 Vladimir Makarov <vmakarov@redhat.com>