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: [tuples] constructors and gs_cond


On 6/21/07 6:49 PM, Aldy Hernandez wrote:

> @@ -493,10 +487,6 @@ gs_assign_unary_rhs (gimple gs)
>  static inline void
>  gs_assign_unary_set_rhs (gimple gs, tree rhs)
>  {
> -#if defined ENABLE_CHECKING
> -  enum gimple_statement_structure_enum gss = gss_for_assign (TREE_CODE (rhs));
> -  gcc_assert (gss = GSS_ASSIGN_UNARY_REG || gss == GSS_ASSIGN_UNARY_MEM);
> -#endif

Why wouldn't this work?  Likewise for the other asserts you removed.  If
we call gss_for_assign, it should work, right?


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