[Issue 22538] importC: function 'func' conflicts with function 'func' when using static in forward declaration

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

[Issue 22573] DMD compiler errors on Illumos/Solaris

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22573 --- Comment #2 from Iain Buclaw --- (In reply to Iain Buclaw from comment #1) > The dmd backend has only ever been ported to Solaris i[3456]86, IIRC. So > it's likely that config is not being set-up correctly for x86_64. Nope, it's a typo.

[Issue 22573] DMD compiler errors on Illumos/Solaris

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22573 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from

[Issue 21537] Pointer to function pointer cannot be converted to pointer to const function pointer with lower attributes

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21537 moonlightsenti...@disroot.org changed: What|Removed |Added Severity|regression |normal --

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #10 from Dlang Bot --- @kinke

[Issue 22578] New: Symbols exposed by means of compile-time evaluation are not eligible for selective imports.

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22578 Issue ID: 22578 Summary: Symbols exposed by means of compile-time evaluation are not eligible for selective imports. Product: D Version: D2 Hardware: All OS: All

[Issue 21537] Pointer to function pointer cannot be converted to pointer to const function pointer with lower attributes

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21537 Bolpat changed: What|Removed |Added Severity|normal |regression --- Comment #7 from Bolpat --- (In

[Issue 22565] Attributes not accepted for empty declaration

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22565 --- Comment #4 from Răzvan Ștefănescu --- UDAs can be attached to any declaration according to the grammar, not to a symbol only. How useful is that, it's debatable, but there are situations where the fact that attributes are attached to

[Issue 20236] spurious deprecation warnings on function calls within with(X) blocks while X has a deprecated alias this target

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

[Issue 21837] Emplace depends on exceptions?

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21837 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com --- Comment #2 from

[Issue 20142] Incorrect auto ref inference for manifest constant member

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20142 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22565] Attributes not accepted for empty declaration

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22565 --- Comment #3 from RazvanN --- Ok, I was hasty in my judgement, however, I think that empty declarations are there just to have symmetry with empty statements (as you cannot have statements at top level), still I don't see any point in allowing

[Issue 22565] Attributes not accepted for empty declaration

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22565 Stanislav Blinov changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 22565] Attributes not accepted for empty declaration

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22565 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22577] New: ImportC: decay of function to typedef'd const function pointer causes ICE.

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22577 Issue ID: 22577 Summary: ImportC: decay of function to typedef'd const function pointer causes ICE. Product: D Version: D2 Hardware: All OS: All

[Issue 22577] ImportC: decay of function to typedef'd const function pointer causes ICE.

2021-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22577 dave287...@gmail.com changed: What|Removed |Added Keywords||ice, ice-on-valid-code,