diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f7052cb54aa0..d7250400f196 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