This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Need help!
- To: help-gcc at gnu dot org
- Subject: Re: Need help!
- From: n8tm at aol dot comnojunk (Tim Prince)
- Date: 01 Dec 1999 07:24:09 GMT
- Newsgroups: gnu.gcc.help
- Organization: AOL http://www.aol.com
- References: <38436873.67668B84@spam.com>
- Xref: wodc7nx0 gnu.gcc.help:2029
>to enforce
>usage of "real" double even using temp variable, you may try volatile
>or gcc -O0.
>(note i may be wrong)
While older versions of gcc usually had -O0 implying -ffloat-store, the latter
is more likely to accomplish this in recent versions.
>sizeof(long double) gives 12
but 2 of the bytes are left vacant, for convenience of alignment, so they do
nothing for precision or range. The values in <float.h> are more likely to
express the precision available.
Tim Prince
tprince@computer.org