From: Paolo Carlini Date: Wed, 24 Jul 2013 08:37:37 +0000 (+0000) Subject: 2013-07-24 Paolo Carlini X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9150e8bda63a8d12414f7d9c4acae94ac892bb2;p=gcc.git 2013-07-24 Paolo Carlini Tweak last ChangeLog entry. From-SVN: r201202 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f7052cb54aa..d7250400f19 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,8 +1,8 @@ 2013-07-24 Paolo Carlini PR c++/57942 - * typeck.c (ptr_reasonably_similar): Use COMPARE_STRICT if one of - the target types is incomplete; return a bool, not an int. + * typeck.c (ptr_reasonably_similar): Use COMPARE_STRICT if either + target type is incomplete; return a bool, not an int. * cp-tree.h (ptr_reasonably_similar): Adjust declaration. 2013-07-22 Paolo Carlini