https://issues.dlang.org/show_bug.cgi?id=13281
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/de86eb33315ef0b47542acc6f4024bbf1931fc11 fix Issue 13281 - Print type suffix of real/complex literals in pragma(msg) and error diagnostic Use PrettyPrintVisitor::floatToBuffer from RealExp and ComplexExp::toChars(). The change in diag9375 is intended to print exact value. https://github.com/D-Programming-Language/dmd/commit/5ce80cf1161f7bc098cc51056478459c375c3b0e Merge pull request #3868 from 9rnsr/fix13281 Issue 13281 - Print type suffix of real/complex literals in pragma(msg) and error diagnostic --
