public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* comment fix to machmode.def
@ 2011-01-24 15:57 Kenneth Zadeck
  2011-01-24 16:48 ` Richard Guenther
  0 siblings, 1 reply; 3+ messages in thread
From: Kenneth Zadeck @ 2011-01-24 15:57 UTC (permalink / raw)
  To: gcc-patches, rguenther

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

fix comment rot - no code change. ok to commit at this late stage?

kenny

[-- Attachment #2: xx.diff --]
[-- Type: text/plain, Size: 1621 bytes --]

Index: machmode.def
===================================================================
--- machmode.def	(revision 169162)
+++ machmode.def	(working copy)
@@ -86,15 +86,19 @@ along with GCC; see the file COPYING3.  
 	using floating point format FORMAT.
 	All of the bits of its representation are significant.
 
-     DECIMAL FLOAT_MODE (MODE, BYTESIZE);
-	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
-	wide.  All of the bits of its representation are significant.
-
      FRACTIONAL_FLOAT_MODE (MODE, PRECISION, BYTESIZE, FORMAT);
         declares MODE to be of class FLOAT, BYTESIZE bytes wide in
 	storage, but with only PRECISION significant bits, using
 	floating point format FORMAT.
 
+     DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+	wide.  All of the bits of its representation are significant.
+
+     FRACTIONAL_DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+	wide.  All of the bits of its representation are significant.
+
      FRACT_MODE (MODE, BYTESIZE, FBIT);
 	declares MODE to be of class FRACT and BYTESIZE bytes wide
 	with FBIT fractional bits.  There may be padding bits.
@@ -108,7 +112,7 @@ along with GCC; see the file COPYING3.  
 	with IBIT integral bits and FBIT fractional bits.
 	There may be padding bits.
 
-     UACCUM_MODE (MODE, BYTESIZE, FBIT);
+     UACCUM_MODE (MODE, BYTESIZE, IBIT, FBIT);
 	declares MODE to be of class UACCUM and BYTESIZE bytes wide
 	with IBIT integral bits and FBIT fractional bits.
 	There may be padding bits.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment fix to machmode.def
  2011-01-24 15:57 comment fix to machmode.def Kenneth Zadeck
@ 2011-01-24 16:48 ` Richard Guenther
  2011-01-24 21:09   ` Kenneth Zadeck
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Guenther @ 2011-01-24 16:48 UTC (permalink / raw)
  To: Kenneth Zadeck; +Cc: gcc-patches

On Mon, 24 Jan 2011, Kenneth Zadeck wrote:

> fix comment rot - no code change. ok to commit at this late stage?

Ok.

Richard.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment fix to machmode.def
  2011-01-24 16:48 ` Richard Guenther
@ 2011-01-24 21:09   ` Kenneth Zadeck
  0 siblings, 0 replies; 3+ messages in thread
From: Kenneth Zadeck @ 2011-01-24 21:09 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

committed as revision 169179.

On 01/24/2011 11:07 AM, Richard Guenther wrote:
> On Mon, 24 Jan 2011, Kenneth Zadeck wrote:
>
>> fix comment rot - no code change. ok to commit at this late stage?
> Ok.
>
> Richard.

[-- Attachment #2: xx.diff --]
[-- Type: text/plain, Size: 1621 bytes --]

Index: machmode.def
===================================================================
--- machmode.def	(revision 169162)
+++ machmode.def	(working copy)
@@ -86,15 +86,19 @@ along with GCC; see the file COPYING3.  
 	using floating point format FORMAT.
 	All of the bits of its representation are significant.
 
-     DECIMAL FLOAT_MODE (MODE, BYTESIZE);
-	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
-	wide.  All of the bits of its representation are significant.
-
      FRACTIONAL_FLOAT_MODE (MODE, PRECISION, BYTESIZE, FORMAT);
         declares MODE to be of class FLOAT, BYTESIZE bytes wide in
 	storage, but with only PRECISION significant bits, using
 	floating point format FORMAT.
 
+     DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+	wide.  All of the bits of its representation are significant.
+
+     FRACTIONAL_DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+	declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+	wide.  All of the bits of its representation are significant.
+
      FRACT_MODE (MODE, BYTESIZE, FBIT);
 	declares MODE to be of class FRACT and BYTESIZE bytes wide
 	with FBIT fractional bits.  There may be padding bits.
@@ -108,7 +112,7 @@ along with GCC; see the file COPYING3.  
 	with IBIT integral bits and FBIT fractional bits.
 	There may be padding bits.
 
-     UACCUM_MODE (MODE, BYTESIZE, FBIT);
+     UACCUM_MODE (MODE, BYTESIZE, IBIT, FBIT);
 	declares MODE to be of class UACCUM and BYTESIZE bytes wide
 	with IBIT integral bits and FBIT fractional bits.
 	There may be padding bits.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-24 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 15:57 comment fix to machmode.def Kenneth Zadeck
2011-01-24 16:48 ` Richard Guenther
2011-01-24 21:09   ` Kenneth Zadeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).