This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/37460] [4.4 Regression]: objc.dg/super-class-2.m objc.dg/zero-link-1.m objc.dg/zero-link-2.m ICE
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2008 01:48:30 -0000
- Subject: [Bug objc/37460] [4.4 Regression]: objc.dg/super-class-2.m objc.dg/zero-link-1.m objc.dg/zero-link-2.m ICE
- References: <bug-37460-507@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 01:48 -------
Created an attachment (id=16316)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16316&action=view)
Patch which I am testing to fix this and all tuplification related failures
This fixes the issue by just removing objc_get_callee_fndecl which is not
needed really as expand does the correct thing using OBJ_TYPE_REF_EXPR already.
I have not figured out why this was added in the first place if
OBJ_TYPE_REF_EXPR had the correct answer already.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37460