This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch: fix some comments
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Unreviewed patch: fix some comments
- From: Lars Brinkhoff <lars dot spam at nocrew dot org>
- Date: 27 May 2001 12:51:13 +0200
- Cc: <gcc-patches at gcc dot gnu dot org>
- Organization: nocrew
- References: <Pine.BSF.4.33.0105271231580.8506-100000@deneb.dbai.tuwien.ac.at>
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/