[Issue 21221] New: only print unique messages (from the compiler)

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21221 Issue ID: 21221 Summary: only print unique messages (from the compiler) Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 16268] Wrong loop optimization in code with integer overflow

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16268 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 16268] Wrong loop optimization in code with integer overflow

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16268 Walter Bright changed: What|Removed |Added Summary|Wrong optimization in code |Wrong loop optimization in

[Issue 21217] C++ header generator shouldn't emit private enums

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21217 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21220] [DIP1000] scope variable may escape through scope dynamic array parameter

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21220 Akira Yamaguchi changed: What|Removed |Added Keywords||accepts-invalid, safe --

[Issue 21220] New: [DIP1000] scope variable may escape through scope dynamic array parameter

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21220 Issue ID: 21220 Summary: [DIP1000] scope variable may escape through scope dynamic array parameter Product: D Version: D2 Hardware: x86_64 OS: Mac OS X

[Issue 21219] Invalid C++ header generated for extern(C++, [class|struct])

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21219 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 21213] preview=dtorfields with strict attributes in base class constructor

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21213 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21219] New: Invalid C++ header generated for extern(C++, [class|struct])

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21219 Issue ID: 21219 Summary: Invalid C++ header generated for extern(C++, [class|struct]) Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 486] Writefln on null object should not trigger access error.

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=486 --- Comment #2 from Dlang Bot --- dlang-community/dfmt pull request #506 "Regenerate line break hints after newline" was merged into master: - 7b6b496d88526644f98f517f27bba57f581fcb52 by Eugen Wissner: Regenerate line break hints after newline

[Issue 14145] opDispatch not considered when function body doesn't compile

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14145 --- Comment #10 from hst...@quickfur.ath.cx --- I've also run into this before, and it's nigh impossible to debug if you didn't realize opDispatch was involved, because declining instantiation rather than generating a compile error may cause overload

[Issue 21218] dtoh: protection attributes should be emitted to headers

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21218 Seb changed: What|Removed |Added Summary|dtoh: protected attribute |dtoh: protection attributes |should

[Issue 21218] New: dtoh: protected attribute should be emitted to headers

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21218 Issue ID: 21218 Summary: dtoh: protected attribute should be emitted to headers Product: D Version: D2 Hardware: All OS: Linux Status: NEW Keywords: bootcamp

[Issue 14145] opDispatch not considered when function body doesn't compile

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14145 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #9

[Issue 21217] C++ header generator shouldn't emit private enums

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21217 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 21217] New: C++ header generator shouldn't emit private enums

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21217 Issue ID: 21217 Summary: C++ header generator shouldn't emit private enums Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major

[Issue 19846] zero size function parameter such as byte[0] causes code to not be executed

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19846 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21044] [CTFE] Infinite loop in ForStatement::interpret

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21044 --- Comment #3 from Iain Buclaw --- (In reply to Bruce Carneal from comment #2) > (In reply to Iain Buclaw from comment #0) > > Found on one iteration of mechanically reduced code (still dozens of files, > > thousands of lines of code). Will copy it

[Issue 15921] Win64: wrong codegen with array of structs slicing

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15921 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14896] x64 synchronized problem when using -O

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14896 --- Comment #9 from Walter Bright --- (In reply to ponce from comment #8) > Haven't tried. Is the problem still there? --

[Issue 14708] destructor for temporary not called during stack unwinding

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14708 --- Comment #8 from Dlang Bot --- @WalterBright created dlang/dmd pull request #11676 "fix Issue 14708 - destructor for temporary not called during stack un…" fixing this issue: - fix Issue 14708 - destructor for temporary not called during stack

[Issue 14203] Return of floating point values from extern(C++) member functions does not match dmc

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---