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]

Re: mem sharing fix [Re: Your flow.c change on 4/8]


Yes,  sorry about that.  I had other (completely unrelated) changes in the 
file and had hand-edited them out.

R.

> 
> 
> On Fri, 14 Apr 2000, Richard Earnshaw wrote:
> 
> > Sure.  I think this shows that my patch is still needed.
> > 
> > 	* emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
> > 	call unshare_all_rtl.
> 
> Shouldn't you patch also include the following?  Without it I can't build. 
> 
> -Rms
> 
> Index: emit-rtl.c
> ===================================================================
> RCS file: /cvs/gcc/egcs/gcc/emit-rtl.c,v
> retrieving revision 1.125
> diff -u -p -r1.125 emit-rtl.c
> --- emit-rtl.c	2000/04/14 00:41:31	1.125
> +++ emit-rtl.c	2000/04/14 18:45:34
> @@ -1724,6 +1724,7 @@ unshare_all_rtl_again (insn)
>       rtx insn;
>  {
>    rtx p;
> +  tree decl;
>    for (p = insn; p; p = NEXT_INSN (p))
>      if (GET_RTX_CLASS (GET_CODE (p)) == 'i')
>        {
> 
> 



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