This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[ast-optimizer-branch] Merged PCH changes into branch
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Sebastian Pop <s dot pop at laposte dot net>
- Date: Tue, 11 Jun 2002 10:26:41 -0400
- Subject: [ast-optimizer-branch] Merged PCH changes into branch
- Organization: Red Hat Canada
This latest merge brought in the PCH patches, which disrupted a
few things. The branch adds a field to the tree structure which
gengtype wants to process. But this results in a chain of
changes that are too annoying to deal with (we have to start
marking many structures in tree-*).
I have always wanted to get rid of this additional tree_node
field, so I just marked it 'skip'. I also had to disable
simple-break-elim.c and simple-goto-elim.c because of the changes
to the hash table implementation. Sebastian, could you look into
this? If not, I'll just put it in my TODO.
Diego.