https://issues.dlang.org/show_bug.cgi?id=23247
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Dlang Bot <[email protected]> --- dlang/dmd pull request #14302 "fix Issue 23247 - Deprecation: argument 0.0L for format specification "%La" must be double, not real" was merged into master: - 34c520611c191cbd6c7bdf43c181efd9c4e4290c by Iain Buclaw: fix Issue 23247 - Deprecation: argument 0.0L for format specification "%La" must be double, not real As we are no longer using the GNU/C89 extensions of scanf(), remove all GNU_a handling, this fixes the regression in parsing "%La". https://github.com/dlang/dmd/pull/14302 --
