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

__DBL_HAS_DENORM__ et al required in recent libstdc++


Builds of gcc-4.3 libstdc++ on cygwin have begun failing with these undefined symbols for FLT,DBL,LDBL in std_limits.h. I don't find any explanation of it. Is it a particular problem for cygwin, given that the include files for LDBL are incomplete, and don't distinguish between DBL and LDBL? Are these values intended to reflect options such as -ffast-math and -mfpmath which would affect use of subnormals (formerly called denorm)?


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