December 02, 2023 Internals » Re: druntime: proposed changes in code organization | |||
|---|---|---|---|
| |||
...64) ARCH=x86_64 else ARCH=x86 endif ifeq ($(OS), Win_64) # Tags order doesn... | |||
November 25, 2023 General » Re: Generating .di header files from ImportC files | |||
|---|---|---|---|
| |||
...byteswap.h> directly; include <byteswap.h> instead." #endif #ifndef _BITS_BYTESWAP_H #define _BITS_BYTESWAP... | |||
November 04, 2023 Learn » Re: Why can't we use strings in C++ methods? | |||
|---|---|---|---|
| |||
...const {
assert(idx < length);
return ptr[idx];
}
};
#endif
extern "C" void hello(_d_dynamicArray< const... | |||
September 24, 2023 Issues » [Issue 24156] New: ImportC: Error: illegal combination of type specifiers | |||
|---|---|---|---|
| |||
...INT8_T typedef __signed char int8_t; #endif /* _INT8_T */ I'm working around this... | |||
September 09, 2023 Issues » [Issue 24130] ImportC: Windows - Cannot build nearly program that uses most system headers as 32-bit. | |||
|---|---|---|---|
| |||
...M_IX86) ... inline assembler versions go here ... #endif --------------------------------- And, well, the inline assembler format is... | |||
June 05, 2023 Issues » [Issue 4071] Missing support to share memory and objects between DLLs and executable | |||
|---|---|---|---|
| |||
...snn.lib"); // bring in C runtime
library
#endif
s->Sclass = SCglobal;
}
Index: mars.c
===================================================================
--- mars... | |||
May 02, 2023 Issues » [Issue 23877] New: ImportC: Importing byteswap.h results in undefined reference to core.bitop.byteswap with -betterC | |||
|---|---|---|---|
| |||
...bsx); #else return __bswap_constant_16 (__bsx); #endif } ----------------- DMD64 D Compiler v2.103.0 Linux -- | |||
April 30, 2023 Issues » [Issue 23871] New: ImportC: __attribute((noreturn)) not recognized | |||
|---|---|---|---|
| |||
...NORETURN __attribute((noreturn)) #else # define _X_NORETURN #endif /* GNUC */ ----------------- It seems __attribute((noreturn)) is not... | |||
April 29, 2023 Issues » [Issue 23867] New: ImportC: undefined identifier `__builtin_isnan` | |||
|---|---|---|---|
| |||
...else # define ISNAN(x) (isnan(x)!=0) # endif Looking at the gcc preprocessor output, this... | |||
March 10, 2023 Issues » [Issue 23770] New: ImportC: error on gnu atomic builtins | |||
|---|---|---|---|
| |||
...return __atomic_load_n(p, __ATOMIC_RELAXED); #endif } #endif ``` ``` Error: undefined identifier `__atomic_load_n... | |||
Copyright © 1999-2021 by the D Language Foundation