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 Mon, Jul 23, 2007 at 09:25:56AM -0400, Daniel Berlin wrote:
> >On Sat, Jul 21, 2007 at 12:38:24AM -0400, Daniel Berlin wrote:
> >>
> >> Please try:
> >> 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;
> >>          }
> 
> Thanks.
> Can you commit it for me?
> I'll be running around the next few days and don't know when i'll be able 
> to.

   Sure, it just needs the usual stuff such as ChangeLog entry and approval.

-- 
Rask Ingemann Lambertsen


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