http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56397
--- Comment #7 from argentinator.gcc.questions at outlook dot com 2013-02-19 22:01:16 UTC --- (In reply to comment #6) > On Tue, 19 Feb 2013, argentinator.gcc.questions at outlook dot com wrote: > > > I tried to print the value of fpclassify for a 'subnormal' value whose type > > is > > 'float' or 'double', but it seems the compiler considers everything as a > > 'long > > double'. The source code would be: > > fpclassify is a matter for your C library, not for GCC, so report such > issues there. Sorry :(