]> git.ipfire.org Git - thirdparty/gcc.git/commit
objc-act.c (build_message_expr): If a class method cannot be found...
authorZiemowit Laski <zlaski@apple.com>
Thu, 6 Sep 2001 00:26:34 +0000 (00:26 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Thu, 6 Sep 2001 00:26:34 +0000 (00:26 +0000)
commit89fc36051e8045d8bb086b3228c1aec280884097
treef5f3d8aa668421ed73489dd49d533e1aed497a2a
parent2d25bf5d526dae1fbeffc3dbc88b75d824b27ea9
objc-act.c (build_message_expr): If a class method cannot be found...

2001-09-05  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (build_message_expr): If a class method cannot
        be found, do not issue a warning if a corresponding instance
        method exists in the root class.

2001-09-05  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/method-2.m: New.

From-SVN: r45428
gcc/ChangeLog
gcc/objc/objc-act.c
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/method-2.m [new file with mode: 0644]