[Issue 24130] ImportC: Windows headers use inline asm with different syntax

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

[Issue 24130] ImportC: Windows headers use inline asm with different syntax

2023-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24130 Walter Bright changed: What|Removed |Added Keywords||iasm, ImportC Summary|ImportC:

[Issue 24130] ImportC: Windows - Cannot build nearly program that uses most system headers as 32-bit.

2023-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24130 --- Comment #5 from Walter Bright --- Looking at the file winnt.h, the inline assembler: -- #if defined(MIDL_PASS) || defined(RC_INVOKED) || defined(_M_CEE_PURE) \ || defined(_68K_) || defined(_MPPC_) \ || defined(_M_IA64) ||

[Issue 24131] ImportC, Linux: TLS transition from R_X86_64_TLSGD to R_X86_64_TPOFF32 failed with -inline

2023-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24131 --- Comment #4 from Walter Bright --- If you can create, say, a 3 line C file, that exhibits the difference, that would be most helpful. --

[Issue 17909] Inherited aliases produce unlinkable objects in final classes

2023-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17909 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Hardware|x86_64

[Issue 23522] Error message when enum type is not integral and a value lacks an initializer

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

[Issue 23522] Error message when enum type is not integral and a value lacks an initializer

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

[Issue 23522] Error message when enum type is not integral and a value lacks an initializer

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

[Issue 24107] The error for exceeding the CTFE recursion limit bypasses speculative compilation.

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

[Issue 24137] New: Linker error on MacOS on helloworld

2023-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24137 Issue ID: 24137 Summary: Linker error on MacOS on helloworld Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: major

[Issue 22682] `pragma(mangle)` does not work for nested functions

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