> Hello. > > This is fix for PR64668, where I did a wrong assumption about an arguments > of OBJ_TYPE_REF tree type. > > I've been testing the patch on x86_64-linux-pc, ready after it finishes? > > Thanks, > Martin
> >From 54840c592a866eca0a535cdda3714b4251042153 Mon Sep 17 00:00:00 2001 > From: mliska <mli...@suse.cz> > Date: Mon, 19 Jan 2015 14:37:50 +0100 > Subject: [PATCH] Fix PR64668. > > gcc/testsuite/ChangeLog: > > 2015-01-19 Martin Liska <mli...@suse.cz> > > * objc/compile/pr64668.m: New test. > > gcc/ChangeLog: > > 2015-01-19 Martin Liska <mli...@suse.cz> > > PR ipa/64668 > * ipa-icf-gimple.c (func_checker::compare_operand): Call proper > function for second argument of OBJ_TYPE_REF. OK. I think we ought to just drop OBJ_TYPE_REF produced by obj-C because it is not used by middle-end at all. Honza