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


On 27 May 2001, Lars Brinkhoff wrote:
> 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"

No, I just am not confident enough with that part of the compiler to
review/approve the change (even if it is evident) and hope someone else
will have a look.

OTOH, I didn't want other changes to fall through the cracks again, so I
took care of everything *I* could.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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