This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Signalling NaNs for floating point initialization?
- To: Dave Love <d dot love at dl dot ac dot uk>
- Subject: Re: Signalling NaNs for floating point initialization?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 17 Dec 1998 22:21:30 -0700
- cc: Thomas dot Koenig at ciw dot uni-karlsruhe dot de (Thomas K nig), egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <rzq3e6efv6r.fsf@djlvig.dl.ac.uk>you write:
> -finit-local-zero, but not for arrays; the backend doesn't seem to
> provide a facility for initializing aggregates to a repeating bit
> pattern other than zeroes (presumably reflecting what assemblers give
> you).
But handling this is a relatively straightforward extension to clear_storage.
jeff