This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/18408] ICE compiling code that involves casting classes
- From: "mgd at santafe dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Nov 2004 22:52:02 -0000
- Subject: [Bug objc/18408] ICE compiling code that involves casting classes
- References: <20041109224914.18408.mgd@santafe.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mgd at santafe dot edu 2004-11-09 22:51 -------
Created an attachment (id=7506)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7506&action=view)
Code that causes ICE to Objective C compiler
mgd@arrow[~] $ gcc -v
Reading specs from /packages/gcc/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: /src/gcc/configure --prefix=/packages/gcc --srcdir=/src/gcc
Thread model: posix
gcc version 4.0.0 20041109 (experimental)
$ gcc in.m -lobjc
in.m: In function '-[ListIndex(linked) _next]':
in.m:35: internal compiler error: in check_pointer_types_r, at gimplify.c:4214
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Compare to:
$ gcc -DCAST_TYPE=List in.m -lobjc
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18408