> How's this?

Hey Janis! Sorry, I missed your first email.

This looks great, thanks for your quick response. Can you check this
in? I filed 35777 about this, so this may fix that PR.

thanks,
benjamin
 
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
> retrieving revision 1.108
> diff -u -r1.108 changes.html
> --- changes.html      28 Mar 2008 15:57:51 -0000      1.108
> +++ changes.html      31 Mar 2008 20:05:19 -0000
> @@ -357,6 +357,16 @@
>      Currently, only MIPS targets are supported.
>      </li>
>  
> +    <li>
> +    Decimal floating-point arithmetic based on draft ISO/IEC TR
> 24732,
> +    N1241, is now supported as a GCC extension to C for targets
> +    <code>i[34567]86-*-linux-gnu</code,
> <code>powerpc*-*-linux-gnu</code>,
> +    <code>s390*-ibm-linux-gnu</code>, and
> <code>x86_64-*-linux-gnu</code>.
> +    The feature introduces new data types <code>_Decimal32</code>,
> +    <code>_Decimal64</code>, and <code>_Decimal128</code> with
> constant
> +    suffixes <code>DF</code>, <code>DD</code>, and <code>DL</code>.
> +    </li>
> +
>    </ul>
>  
>  <h3>C++</h3>
> 

Reply via email to