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 testsuite/63332] problem with VERIFY in ext/random/k_distribution/operators/serialize.cc execution test


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, there must be some difference that isn't visible in the serialized output,
which would imply the values fail to do a proper round trip, so we're not
writing them with enough precision.

Maybe we should use hexfloat output for serializing distributions, not decimal.


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