ISO patch to delete HAVE_LONG_DOUBLE and HAVE_VOLATILE

Richard Henderson rth@redhat.com
Tue Jun 17 06:09:00 GMT 2003


On Mon, Jun 16, 2003 at 08:54:22PM -0400, Kaveh R. Ghazi wrote:
> +    long double ld;
>      double d;

Also, you're guaranteed that sizeof(long double) >= sizeof(double),
so we don't need both here, I don't think.

Otherwise ok.


r~



More information about the Gcc-patches mailing list