[Bug c++/110749] wrong show float

2023-07-20 Thread alexsyrezerv at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110749 --- Comment #5 from Aleksei --- this variant more clear.. 4 symbol after point// may by c++ has modification for set symbols after decimal point ? ``` void func_float_point(std::ostream& os, const double& value, const mcx::convert_info_t& cv)

[Bug c++/110749] wrong show float

2023-07-20 Thread alexsyrezerv at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110749 --- Comment #4 from Aleksei --- ок

[Bug c++/110749] wrong show float

2023-07-20 Thread alexsyrezerv at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110749 --- Comment #2 from Aleksei --- Created attachment 55589 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55589&action=edit GDB SHOW IT But GDB show it normally

[Bug c++/110749] New: wrong show float

2023-07-19 Thread alexsyrezerv at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110749 Bug ID: 110749 Summary: wrong show float Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unas