------- Comment #10 from ayers at gcc dot gnu dot org 2009-04-02 12:41 ------- Subject: Bug 27377
Author: ayers Date: Thu Apr 2 12:40:48 2009 New Revision: 145446 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145446 Log: gcc/ 2009-03-29 David Ayers <ay...@fsfe.org> PR objc/27377 * c-typeck.c (build_conditional_expr): Emit ObjC warnings by calling objc_compare_types and surpress warnings about incompatible C pointers that are compatible ObjC pointers. gcc/testsuite/ 2009-03-29 David Ayers <ay...@fsfe.org> PR objc/27377 * objc.dg/conditional-1.m: New tests. Added: branches/gcc-4_3-branch/gcc/testsuite/objc.dg/conditional-1.m Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/c-typeck.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27377