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
- From: Per Bothner <per at bothner dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 25 Nov 2001 16:46:35 -0800
- Subject: Re: ICE in change_address at emit_rtl.c
- References: <10111260019.AA29100@vlsi1.ultra.nyu.edu>
Richard Kenner wrote:
>OK, I see what you mean. But this is very much the exceptional case of
>SAVE_EXPR. The most common case is when you are putting it in the size
>of offset inside a type.
>
Perhaps to you. But not for C, nor to my knowledge C++
or Java. (I weasel a bit about Java, because it is possible
to model Java arrays as variable-sized types. I don't think
we do that, though.)
--Per Bothner