Update my last ChangeLog entry to properly specify overloaded functions.
authorAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 19 Oct 2017 07:51:54 +0000 (07:51 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 19 Oct 2017 07:51:54 +0000 (07:51 +0000)
From-SVN: r253880

gcc/ChangeLog

index e60a49f99cc6e0ae20e4e4644b948b1325c8beba..7f5b9f4df878901e15ab895931cde85bdb033517 100644 (file)
 
 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>