[Issue 23430] ImportC include <> didn't work but quotes does

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23430 Ali Cehreli changed: What|Removed |Added Keywords||ImportC CC|

[Issue 23415] ImportC: typedef'd struct as const parameter "is not callable"

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23415 Ali Cehreli changed: What|Removed |Added Keywords||ImportC --

[Issue 23618] New: Right Shift equals expressions on unsigned shorts don't behave the same as regular shifts

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23618 Issue ID: 23618 Summary: Right Shift equals expressions on unsigned shorts don't behave the same as regular shifts Product: D Version: D2 Hardware: x86_64 OS:

[Issue 23583] ImportC: undefined identifier __builtin___memmove_chk

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23583 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot ---

[Issue 23583] ImportC: undefined identifier __builtin___memmove_chk

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23583 Walter Bright changed: What|Removed |Added Summary|ImportC: undefined |ImportC: undefined

[Issue 23617] New: traits(child) compile error need this for something that doesn't need this

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23617 Issue ID: 23617 Summary: traits(child) compile error need this for something that doesn't need this Product: D Version: D2 Hardware: All OS: All

[Issue 23616] ImportC: clang __has_feature and __has_extension not recognized

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

[Issue 20802] [REG2.088.0] Link failure with writefln

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

[Issue 22495] SECURITY: unicode directionality overrides should be rejected

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22495 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22374] [REG 2.093] 'import std;' with -checkaction=context causes link error

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22374 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22902] dmd 2.099 regression: unittest -checkaction=context and import std.regex causes link error

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22902 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23616] ImportC: clang __has_feature and __has_extension not recognized

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23616 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 23078] importC: generated code shouldn't depend on druntime

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23078 --- Comment #2 from kinke --- The CI logs of that PR showing the required symbols from druntime are probably unavailable by now. What I recall are the mentioned TypeInfos codegen'd into those C object files, which reference the TypeInfo vtable from

[Issue 22099] scope(exit) / finally blocks not are always executed inside of a anonymous function

2023-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22099 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|