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: fix another obscure nested function bug


On Sat, Dec 18, 2004 at 11:37:45AM -0700, Roger Sayle wrote:
> > +      DECL_SIZE (decl) = unsave_expr (TYPE_SIZE (type));
> > +      DECL_SIZE_UNIT (decl) = unsave_expr (TYPE_SIZE_UNIT (type));
> 
> Unfortunately, this change breaks bootstrap. The function unsave_expr
> was deleted from mainline by Eric Christopher's patch back in July.

Doh.  That was supposed to be unshare_expr.  And of course
I was extracting just that one change from a much larger
patch by hand and didn't sanity check it.

Fixed in a moment...


r~


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