------- 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

[EMAIL PROTECTED] $ 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

Reply via email to