Release D 2.101.0

Iain Buclaw ibuclaw at gdcproject.org
Wed Dec 28 01:42:35 UTC 2022


On Tuesday, 27 December 2022 at 19:22:41 UTC, Les De Ridder wrote:
> I've been able to reduce it to this:
>
> `void f() { import std.file : exists; exists(""); }`
>
> (or `void f() { import std; exists(""); }`)
>
> Create two files (`a.d` and `b.d`) with this code.
>
> Build with: `dmd.exe -m32 -inline -O a.d b.d`
>
> Removing any of the flags allows the compilation to proceed.

1. Raise a bug report

2. Use digger to bisect dmd and locate which change introduced it.


More information about the Digitalmars-d-announce mailing list