help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: long double data type support on Linux ?


From: Paul Jarc
Subject: Re: long double data type support on Linux ?
Date: Wed, 09 Jan 2002 10:58:48 -0500
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-redhat-linux-gnu)

Sanjeev Mishra <sanjeev.mishra@patni.com> wrote:
> We are using Redhat Linux 6.1 & 6.2 with "gcc version egcs-2.91.66 
> 19990314/Linux (egcs-1.1.2 release)".
> Does it supports the "long double data type".

gcc has its own mailing lists; see
<URL:http://gcc.gnu.org/lists.html>.

But you can ask gcc itself:
$ cat test.c
long double ld=0.0;
$ gcc -c test.c
$ gcc --version
egcs-2.91.66


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]