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: Patch to constify rtx_format (part 1/2)


 > From: Richard Henderson <rth@cygnus.com>
 > 
 > On Thu, Aug 12, 1999 at 12:09:44PM -0400, Kaveh R. Ghazi wrote:
 > > 	This is part 1/2.  The patch constifies rtx_format from
 > > rtl.[ch].  There was a lot of constipation fallout from doing this so
 > > its kinda long, but it all has to be done together.  Tested on
 > > Solaris2 and Irix6.
 > 
 > Ok.
 > r~

	Installed.  Note in this case I didn't constify the rtx_format
array since it gets assigned to in rtl.c.  However there were a few
other static arrays in this patch which I did make const.

Thanks for reviewing it.

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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