[Issue 22020] The profile flag does not work in Windows.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 28 08:35:49 UTC 2022


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

Steven Dwy <me at yoplitein.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me at yoplitein.net

--- Comment #7 from Steven Dwy <me at yoplitein.net> ---
I have encountered this with DMD 2.100.0. It seems to be caused by passing
pointers/slices to `std.format`:
```
void main()
{
        import std.format;
        string x = "%s".format(null);
}
```

Run with `dmd -profile -run file.d`. Other flags seem to have no effect.

--


More information about the Digitalmars-d-bugs mailing list