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]
Other format: [Raw text]

Re: ISO patch to delete HAVE_LONG_DOUBLE and HAVE_VOLATILE


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~


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