diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2013-07-24 08:37:37 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2013-07-24 08:37:37 +0000 |
commit | c9150e8bda63a8d12414f7d9c4acae94ac892bb2 (patch) | |
tree | 29d6e17384e0493c7e47dd713bc24ae86efdaca3 | |
parent | 3f2d352c1d8a8b03b02e57a34358d5e2ee65f9ee (diff) | |
download | gcc-c9150e8bda63a8d12414f7d9c4acae94ac892bb2.zip gcc-c9150e8bda63a8d12414f7d9c4acae94ac892bb2.tar.gz gcc-c9150e8bda63a8d12414f7d9c4acae94ac892bb2.tar.bz2 |
2013-07-24 Paolo Carlini <paolo.carlini@oracle.com>
Tweak last ChangeLog entry.
From-SVN: r201202
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f7052cb..d725040 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,8 +1,8 @@ 2013-07-24 Paolo Carlini <paolo.carlini@oracle.com> 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 <paolo.carlini@oracle.com> |