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

Nick Treleaven <[email protected]> changed:

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

--- Comment #5 from Nick Treleaven <[email protected]> ---
There's a missing line number with -w here also (recent dmd):

import std.stdio;
void f()
{
    throw new Exception("msg");
    scope(exit) write("5");
    scope(success) write("6");
}

--

Reply via email to