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]

Re: [C++ PATCH] Fix bug 3416


Nathan Sidwell <nathan@codesourcery.com> writes:

| Interesting point that sort of caused this. same_type_p will accept
| unknown_type_node which compares unequal to other types, but equal to
| itself. Shouldn't it behave more like an IEEE infinity (different to
| everything, including itself)?

Assuming you meant NaN, I completely agree with you.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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