This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: -malign-double broken?



  In message <19980512183555.A3947@math.fu-berlin.de>you write:
  > The Polyray sources break when I compile them with -malign-double on my
  > Pentium.  They don't crash but some NULL pointer is suddenly triggering
  > some assertion.  Is there a known problem with -malign-double?  I was
  > also using -ffast-math, -O3 and -funroll-loops, but these worked fine
  > without -malign-double.
-malign-double changes the ABI.  So you'd need to make sure all libraries
are also compiled with -malign-double.
jeff


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