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:[libgfortran] FPE support for ppc-darwin


FX,
   I tested your proposed patch on my dual G5 with MacOS X 10.4.5. The
results are...

gfortran a.f && ./a.out
                     NaN

gfortran a.f -ffpe-trap=invalid && ./a.out
Fortran runtime warning: IEEE 'invalid operation' exception not supported.
                     NaN

Is this patch only usable on the main trunk?
            Jack


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