This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: -malign-double failure on i686-pc-linux-gnuaout
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Steve Edwards" <sgedward at korime dot demon dot co dot uk>
- Cc: fortran at gcc dot gnu dot org
- Date: Thu, 31 May 2007 14:31:39 -0700
- Subject: Re: -malign-double failure on i686-pc-linux-gnuaout
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P6os4Px+SrYT6nksM/6Py9obj03KL1jyC4YiPtdXB9ZbLsJKIJGibl5AdHmgRFQ5wFoqD7Td2EDClCS8elYyQBUIjIJVAq9mNhtW2VwZenA2IWoV6zpjoxOeSyjFQlNlylUZcoAjUBy2O4xNfbVoTvtVBijy2lm2EvUCnQGUTqE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JC8cuVoiETOrQoRzkvZLfUV6oay2zKvvsoJ3O87szhwwsJRuuts9Kw7waQe+pASfLpRxmj8f43OxKwwKtmj/wWmYJLrDksmqusZ08OC7p6km+rxFUCzCmZC6EHUcKouhSAYFJPTiEiEul8T+ILNwd2isaobEUnicEUgqqW6FoaI=
- References: <20070531222833.eb574d6f.sgedward@korime.demon.co.uk>
On 5/31/07, Steve Edwards <sgedward@korime.demon.co.uk> wrote:
I am not sure if this is known or not, but I ran into a problem building an old fortran library. Taking as an example:
> cat check.f
program check
write(6,1000)
1000 format('check')
end
Did you read the documentation for -malign-double?
It specificly says -malign-double will change the ABI.
Also why are you using i686-pc-linux-gnuaout? a.out support for linux
has not been supported for a while now, I don't even think glibc uses
it anymore.
Thanks,
Andrew Pinski