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 fortran/22629] Would like to access "long double" equivalent type as real*16



------- Comment #2 from kargl at gcc dot gnu dot org  2005-12-15 17:41 -------
Gfortran will never support a real*16 data type on IA32 hardware.
This would require software emulation of all of basic floating-point 
arthimetic as well as implementation/modification of all intrinsic
procedures that accept real data types and revamping the IO subsystem.
I doubt that this will happen in my life time.

This PR should be closed.


-- 


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


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