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]: Fix g++.dg/opt/pr24665.C


On 7/21/07 12:38 AM, Daniel Berlin wrote:

> Index: tree-ssa-propagate.c
> ===================================================================
> --- tree-ssa-propagate.c    (revision 126804)
> +++ tree-ssa-propagate.c    (working copy)
> @@ -617,7 +617,7 @@ valid_gimple_expression_p (tree expr)
>                  return false;
>                t = TREE_OPERAND (t, 0);
>              }
> -           if (!is_gimple_addressable (t))
> +           if (!is_gimple_id (t))
>              return false;
>            break;
>          }
> 

OK with the appropriate ChangeLog entry.


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