diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e60a49f99cc..7f5b9f4df87 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -24,10 +24,10 @@ 2017-10-18 Aldy Hernandez - * 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