[Issue 23513] New: ImportC doesn't export ncurses' attributes (C macros)

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23513 Issue ID: 23513 Summary: ImportC doesn't export ncurses' attributes (C macros) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Keywords: ImportC

[Issue 23472] scope(sucess) generate exception handling code.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23472 --- Comment #6 from deadalnix --- You see what I mean. The backend is not bound by this, it can hold onto the value as an rvalue and return it. An alternative here is to remove empty exception handling code, such as empty finally blocks, or catch bl

[Issue 23497] Erroneous escape reference to parameter error.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23497 --- Comment #5 from mhh --- Yeah (I forgot to add more detail), it's broken. Something in the in block seems to make it think it should be noisy. Very hard to bisect because of the druntime merge. --

[Issue 23497] Erroneous escape reference to parameter error.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23497 --- Comment #4 from deadalnix --- There is nothing broken in that code and it used to work. So this is the end of this? That is some more DIP1000 related nonsense, isn't it? --

[Issue 21506] misalignment of _argptr for variadic functions

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21506 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23512] Change Posix dirEntries implementation to use 'ftw' (or 'nftw')

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23512 Ali Cehreli changed: What|Removed |Added Priority|P1 |P3 --

[Issue 23512] New: Change Posix dirEntries implementation to use 'ftw' (or 'nftw')

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23512 Issue ID: 23512 Summary: Change Posix dirEntries implementation to use 'ftw' (or 'nftw') Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 23511] New: Incrementing a not supported type in enum

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23511 Issue ID: 23511 Summary: Incrementing a not supported type in enum Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority:

[Issue 22161] importC: Support parsing C asm expressions

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22161 --- Comment #6 from Iain Buclaw --- (In reply to Walter Bright from comment #3) > (In reply to Iain Buclaw from comment #2) > > This bug report is more for me (and ldc) though, as all asm code in Posix C > > headers and sources would be in the GCC st

[Issue 23218] ICE: src/dmd/backend/cgxmm.d:1373: Assertion `0' failed.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23218 Iain Buclaw changed: What|Removed |Added Keywords||backend --

[Issue 23510] ICE: src/dmd/backend/cgxmm.d:1102: Assertion `0' failed.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23510 Iain Buclaw changed: What|Removed |Added Keywords||backend, ice-on-valid-code,

[Issue 23510] New: ICE: src/dmd/backend/cgxmm.d:1102: Assertion `0' failed.

2022-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23510 Issue ID: 23510 Summary: ICE: src/dmd/backend/cgxmm.d:1102: Assertion `0' failed. Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW