Hi, On Sun, 26 Apr 2009, Richard Guenther wrote: > > I had one in testing also removing the value_handle field.  It's > > unused since some time too (it's moved over to the ssa_name structure > > directly). > > Pre-approved if it passes bootstrap. Committed this as r146820. Ciao, Michael. -- * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members. Index: tree-flow.h =================================================================== --- tree-flow.h (Revision 146817) +++ tree-flow.h (Arbeitskopie) @@ -136,13 +136,6 @@ struct GTY(()) tree_ann_common_d { expansion (see gimple_to_tree). */ int rn; - /* Auxiliary info specific to a pass. At all times, this - should either point to valid data or be NULL. */ - PTR GTY ((skip (""))) aux; - - /* The value handle for this expression. Used by GVN-PRE. */ - tree GTY((skip)) value_handle; - /* Pointer to original GIMPLE statement. Used during RTL expansion (see gimple_to_tree). */ gimple stmt;