toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

[dejagnu:g++] C++11: hexfloat doesn't work

Open fbedard opened this issue 5 years ago • 1 comments

hexfloat seems not to work.

Failure: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc execution test

Reason: terminate called after throwing an instance of 'std::invalid_argument' what(): stod

Suspect lib issue whrere stod (strtod) doesn't support hexfloat

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

fbedard avatar Jul 10 '19 09:07 fbedard

Still happens in 2020.09. @claziss if that's a low-hanging fruit, can we mark it for 2021.03?

abrodkin avatar Jan 26 '21 21:01 abrodkin

Upstream fixed

claziss avatar Jan 03 '23 14:01 claziss