This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: maybe_set_unchanging
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Subject: Re: maybe_set_unchanging
- From: Jason Merrill <jason at redhat dot com>
- Date: 15 Feb 2001 15:53:43 +0000
- Cc: gcc at gcc dot gnu dot org
- References: <10102151512.AA29887@vlsi1.ultra.nyu.edu>
>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:
> Can you explain the requirement that the initializer be constant?
I don't remember the motivation at the moment, but one case that comes to
mind is a loop where a variable declared const is initialized to a
different value in each iteration.
Jason