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 for rtl.texi



  In message <199806290125.SAA24763@smtp.earthlink.net>you write:
  > 
  > Judging from a grep for RTX_INTEGRATED_P, the statement that it's not
  > used for anything is no longer true.  Jeff, OK?
  > 
  > -- 
  > Mark Mitchell 			mark@markmitchell.com
  > Mark Mitchell Consulting	http://www.markmitchell.com
  > 
  > Sun Jun 28 18:23:27 1998  Mark Mitchell  <mark@markmitchell.com>
  > 
  > 	* rtl.texi: Don't say that RTX_INTEGRATED_P is unused.
"unused" really isn't the right word here.  There's a significant
difference between unused and "nothing currently depends on it".

"Don't say that nothing depends on RTX_INTEGRATED_P" is a better
ChangeLog entry.

Otherwise it seems fine.

jeff

ps.  Note that many of the uses you see with grep don't actually do
anything other than propagate the bit around.  THere are a couple of
real uses in integrate.c though.




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