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]
Other format: [Raw text]

[Bug libfortran/26712] gfortran on mac intel runtime floating point exception when printing



------- Comment #4 from ccb at dl dot ac dot uk  2006-03-16 14:30 -------
Created an attachment (id=11058)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11058&action=view)
fpu configuration file for mactel, uses apple supplied fenv.h

For clearing this uses feclearexcept (FE_ALL_EXCEPT)
For getting a pointer to the exception control fegetexceptflag(&mode,
FE_ALL_EXCEPT) is used.
For setting individual flags fesetexceptflag (&mode, FE_DENORMAL) is used.

To use this file, some changes are required to configure.host, inparticular,
host_cpu='i386'
host_os='darwin8.5.1'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26712


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