This is the mail archive of the gcc@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: egcs-980315, WARNING fixes part 2 (minor addition)


 > From: Jim Wilson <wilson@cygnus.com>
 > Subject: Re: egcs-980315, WARNING fixes part 2 (minor addition) 
 > 
 > This is OK to install.
 > Jim

	Done, (slightly modified to follow Robert's suggestion below,
hope that's ok.) 

		--Kaveh


 > From: Robert Lipe <robertl@dgii.com>
 > To: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
 > Subject: Re: egcs-980315, WARNING fixes part 2 (minor addition)
 > References: <199803171537.KAA10985@caip.rutgers.edu>
 > Mime-Version: 1.0
 > Content-Type: text/plain; charset=us-ascii
 > X-Mailer: Mutt 0.89
 > In-Reply-To: <199803171537.KAA10985@caip.rutgers.edu>; from Kaveh R. Ghazi on Tue, Mar 17, 1998 at 10:37:06AM -0500
 > Status: RO
 >  
 > > diff -rup orig/egcs-980315/gcc/flow.c egcs-980315/gcc/flow.c
 > > --- orig/egcs-980315/gcc/flow.c       Mon Mar 16 22:21:59 1998
 > > +++ egcs-980315/gcc/flow.c    Mon Mar 16 22:13:53 1998
 > > @@ -961,7 +961,9 @@ life_analysis (f, nregs, file)
 > >       int nregs;
 > >       FILE *file;
 > >  {
 > > +#ifdef ELIMINABLE_REGS
 > >    register size_t i;
 > > +#endif
 > >  
 > >  #ifdef ELIMINABLE_REGS
 > >    static struct {int from, to; } eliminables[] = ELIMINABLE_REGS;
 >  
 > Can these just be smooshed together rather than having two consecutive
 > identical #ifdefs?
 >  
 > No justification necessary regardless of what you decide...
 > RJL
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		Icon CMT Corp.


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