This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix class type lookup from OBJ_TYPE_REF
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: David Edelsohn <dje dot gcc at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Richard Biener <rguenther at suse dot de>, Jason Merrill <jason at redhat dot com>, martin jambor <mjambor at suse dot cz>, mikestump at comcast dot net, stanshebs at earthlink dot net
- Date: Sat, 17 Aug 2013 23:02:23 +0200 (CEST)
- Subject: Re: Fix class type lookup from OBJ_TYPE_REF
- References: <CAGWvnymPF5w9eqh2hctOK0hTw-0maWi76PAzVUQHPU-EzU-zEg at mail dot gmail dot com> <20130817155403 dot GD20005 at kam dot mff dot cuni dot cz> <20130817181503 dot GA23244 at kam dot mff dot cuni dot cz>
On Sat, 17 Aug 2013, Jan Hubicka wrote:
> this is the patch I comitted after testing.
> My apologizes for the breakage.
>
> +2013-08-16 Jan Hubicka <jh@suse.cz>
> +
> + PR middle-end/58179
> + * tree.c (obj_type_ref_class): Do not ICE on non-method calls.
This fixes my bootstraps on {amd64,i386}-unknown-freebsd*, too. Thanks.
Gerald