This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fixinclude, math.h and Darwin???
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 29 May 2007 21:11:28 -0400
- Subject: fixinclude, math.h and Darwin???
Can anyone explain exactly how and when the file...
gcc/fixincludes/tests/base/architecture/ppc/math.h
is used when building gcc on Darwin PPC? I ask because I
just noticed that it contains the remapping of the long
double math calls to use the appended $LDBL128 suffix.
I am wondering if it is possible that our problem with
these long double calls in gfortran on Darwin PPC could
be as simple as gfortran not using this fixed math header
on Darwin PPC. Thanks in advance for any clarifications.
Jack