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: Unreviewed patch: fix some comments


Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
> On 27 May 2001, Lars Brinkhoff wrote:
> > 	* rtl.def (CONST_DOUBLE): There may be 5 'w's.
> I have committed these changes apart from the one to rtl.def

Is the rtl.def chage incorrect?

This is what the current rtl.def says:

     Remaining operands hold the actual value.  They are all 'w' and
     there may be from 1 to 4; see rtl.c.  */
  DEF_RTL_EXPR (CONST_DOUBLE, "const_double", CONST_DOUBLE_FORMAT, 'o')

And this is from rtl.c:

  #    if REAL_WIDTH == 5
  #      define CONST_DOUBLE_FORMAT       "e0wwwww"

-- 
http://lars.nocrew.org/


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