This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in change_address at emit_rtl.c
Zack Weinberg wrote:-
> > > What should be the alternative?
> >
> > Generate something that is valid, even if it's not what the user
> > specified. e.g. if it's an invalid typedef, typedef it to int (or
> > something more intelligent if possible) rather than error_mark_node.
>
> FWIW I would like to see this too.
Hmm, OK, if you think it's possible too then it probably is. I might
have a stab at gradually removing it from the C and ObjC front ends
after 3.1 has branched; it's not worth it now. Does that seem a
reasonable goal to you Joseph?
Neil.