This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch] simplification fixes for stage1 [patch]
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 02 May 2002 16:00:04 -0400
- Subject: Re: [ast-optimizer-branch] simplification fixes for stage1 [patch]
- References: <Pine.LNX.4.44.0205021554530.3886-100000@dberlin.org>
On Thu, 2002-05-02 at 15:55, Daniel Berlin wrote:
> With these changes, the statement expression simplification works fine.
>
Cool. I'm glad to hear that. It will be good to get rid of those
horrid statement expressions.
> So it must have been a bug in simplification elsewhere.
>
I suspect the same expression sharing problem that bit me yesterday.