https://issues.dlang.org/show_bug.cgi?id=17961

Dmitry Olshansky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Dmitry Olshansky <[email protected]> ---
(In reply to hsteoh from comment #0)
> Code:
> -------
> /* test.d */
> import std.uni;
> -------
> 
> Compile command:
> -------
> dmd -dip1000 -unittest -c test.d
> -------
> 
> Compiler output:
> -------
> /usr/src/d/phobos/std/uni.d(2554): Error: reference to local variable
> __tmpfordtor853 assigned to non-scope parameter this calling
> std.uni.InversionList!(GcPolicy).InversionList.byInterval
> /usr/src/d/phobos/std/uni.d(1976): Error: template instance
> std.uni.InversionList!(GcPolicy) error instantiating
> -------
> 
> This used to work fine until recently. Will post an update once I finish git
> bisecting.

Most curious. But AFAIK Phobos is not compiled with -dip1000 yet.

--

Reply via email to