Added line in ChangeLog entry that I forgot to commit in the last commit
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2010 20:04:24 +0000 (20:04 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2010 20:04:24 +0000 (20:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164665 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index f600800..37553c5 100644 (file)
@@ -8,6 +8,12 @@
        * typeck.c (composite_pointer_type): Call objc_have_common_type
        when comparing two objective-c pointer types.
 
+       2005-07-18  Ziemowit Laski  <zlaski@apple.com>
+
+       Radar 4175534
+       * call.c (standard_conversion): Do not issue warnings when
+       comparing ObjC pointer types.
+       
        2005-06-22  Ziemowit Laski  <zlaski@apple.com>
 
        Radar 4154928