This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Tree flags vs. tree-ssa merge
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Mon, 22 Mar 04 09:01:09 EST
- Subject: Tree flags vs. tree-ssa merge
The usage of static_flag and unsigned_flag is a real mess. The documentation
of for which nodes these are used in tree.h is wrong and most macros don't
attempt any checking.
This needs to be cleaned up and I'm willing to do it but would like to know
if doing so will disrupt the tree-ssa merge process.