This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Dispose of non-gimplifier users of is_gimple_tmp_var


On Mon, Aug 16, 2004 at 07:48:02AM -0400, Nathanael Nerode wrote:
> Both of these uses appear to be an attempt to retain better debugging
> information.  Accordingly, they are checking the wrong thing.
> 
> Currently bootstrapping.
> If successful with no regressions, OK to commit?

Not unless you fix your formatting....

> +  gimp1 = (TREE_CODE (root1) == VAR_DECL && DECL_ARTIFICAL(root1))
> +  gimp2 = (TREE_CODE (root2) == VAR_DECL && DECL_ARTIFICAL(root2))

> +      if (!root_var
> +          || (TREE_CODE(root_var) == VAR_DECL && DECL_ARTIFICAL(root_var)))

Space before parens please.

-- 
Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]