[Issue 23106] the simple main() leaks 72 bytes

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23106 --- Comment #1 from Basile-z --- ==117347== Memcheck, a memory error detector ==117347== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==117347== Using Valgrind-3.21.0 and LibVEX; rerun with -h for copyright info ==117347==

[Issue 23106] the simple main() leaks 72 bytes

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23106 Basile-z changed: What|Removed |Added Summary|the simple main() leaks 96 |the simple main() leaks 72

[Issue 16497] suboptimal moves between SSE registers

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16497 Basile-z changed: What|Removed |Added Keywords||backend OS|All

[Issue 21449] PrimaryExp `TypeCtor( Type )( ArgumentList)` is rejected when used alone in a ExpStatement

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21449 Basile-z changed: What|Removed |Added Severity|enhancement |normal --

[Issue 23074] premature enum type inference leads to spurious error message

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23074 Basile-z changed: What|Removed |Added Keywords||diagnostic --- Comment #2 from Basile-z ---

[Issue 23579] static locals cannot be initialized with stack locals

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23579 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6032] wstring literals cannot be implicitly converted to const(wchar)*

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6032 --- Comment #8 from Dlang Bot --- dlang/dlang.org pull request #3662 "[spec] Improve string literal docs" was merged into master: - 0ca0e63d81fc14b1610625693ee6aa9fd475f6c1 by Nick Treleaven: Document that StringPostfix disables implicit

[Issue 24047] New: compiler accepts unparseable code for unittests when -unittest is not provided

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24047 Issue ID: 24047 Summary: compiler accepts unparseable code for unittests when -unittest is not provided Product: D Version: D2 Hardware: x86 OS: Mac OS X

[Issue 17934] [scope] scopeness entrypoint for unique/ref-counted missing

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17934 --- Comment #14 from Dlang Bot --- dlang/dlang.org pull request #3619 "[spec/function] Improve `return` struct method attribute docs" was merged into master: - 17763b0db20cc9978cc8729bd13f96f2987b by Nick Treleaven: [spec/function] Document

[Issue 23957] Casting to derived extern(C++) class is unsafe

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23957 --- Comment #4 from Dlang Bot --- @ntrel updated dlang/dmd pull request #15293 "Disallow dynamic cast to extern(C++) class" fixing this issue: - Fix Issue 23957 - Casting to derived extern(C++) class is unsafe

[Issue 22427] betterC: casting an array causes linker error in string comparison.

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22427 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21034] concatenation with a string literal could also append the trailing null

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21034 --- Comment #2 from Basile-z --- More simply: the result of `LHS ~ RHS` should be guaranteed to be zero terminated when RHS is a StringExp. --

[Issue 21034] concatenation with a string literal could also append the trailing null

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21034 Salih Dincer changed: What|Removed |Added CC||sali...@hotmail.com --

[Issue 21034] concatenation with a string literal could also append the trailing null

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21034 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #1 from Nick

[Issue 11900] Implicit cast of string literal -> char* causing ambiguous call

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11900 Nick Treleaven changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #9 from

[Issue 18875] String literals can't disambiguate between const(char)[] and const(char)* overload.

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18875 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11900] Implicit cast of string literal -> char* causing ambiguous call

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11900 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Severity|normal

[Issue 6032] wstring literals cannot be implicitly converted to const(wchar)*

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6032 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #7 from Nick

[Issue 6032] wstring literals cannot be implicitly converted to const(wchar)*

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6032 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #6 from Dlang Bot --- @ntrel

[Issue 13063] `enum` is allowed as storage class for functions

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13063 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23951] "alias this" not properly dereferenced when the object being looked up is a field of a type

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23951 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23279] Segmentation fault on mixin template + using unknown type

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23279 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 24046] static destructors should be allowed in function bodies

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24046 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from

[Issue 7184] parse error on *(x)++

2023-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7184 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---