From: Paolo Carlini Date: Wed, 24 Jul 2013 08:37:37 +0000 (+0000) Subject: 2013-07-24 Paolo Carlini X-Git-Tag: releases/gcc-4.9.0~4856 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9150e8bda63a8d12414f7d9c4acae94ac892bb2;p=thirdparty%2Fgcc.git 2013-07-24 Paolo Carlini Tweak last ChangeLog entry. From-SVN: r201202 --- 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