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 c/43374] ICE with __builtin_isinf() and _Decimal argument



------- Comment #2 from joseph at codesourcery dot com  2010-03-15 11:18 -------
Subject: Re:  ICE with __builtin_isinf() and _Decimal argument

The most recent draft of TR 24732 I have (I don't have the final published 
TR) says that all the type-generic classification and comparison macros 
have decimal floating-point versions (in the case of the comparison 
macros, if one argument is decimal so must the other one be decimal).  So 
I'd say that GCC's type-generic built-in functions, that it provides for 
use in implementing the standard macros, ought to support decimal floating 
point.


-- 


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


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