This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch] More simplification fixes [patch]
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 1 May 2002 02:20:02 -0400 (EDT)
- Subject: Re: [ast-optimizer-branch] More simplification fixes [patch]
On Tue, 30 Apr 2002, Diego Novillo wrote:
> This patch gets us almost all the way through stage1. There is
> no new functionality, just bug fixes.
Are you bootstrapping without checking on?
All the checking macros use statement expressions, and you didn't seem to
add proper support for them yet in the patch below, so i can't see how it
gets you that far with checking on.
>
> Stage 2 will probably be even more annoying, as we will be
> dealing with miscompilation of stage1 objects. But there is some
> relief in that some of the binaries built by stage1 seem to work
> fine.
>
> Committed to the branch.
>
> Diego.
>