This is the mail archive of the gcc-patches@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]

Re: [gfortran] Disable "long double" real kind on mingw32


Danny Smith wrote:

> This should really be based on a configure test.  My mingw32 does 
> have proper I/O support for long double because I use a homegrown
> sprintf
> that is ISO C99 compliant.  

Perhaps it should be based on a configure *argument*.  Otherwise, it has
to be a link-time test.  Is there a function whose presence/absence can
determine whether or not long double I/O is available?

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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