This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: -malign-double failure on i686-pc-linux-gnuaout


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


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