diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e60a49f..7f5b9f4 100644 --- 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> |