dmd/compiler
Martin Kinkelin 6cd1c1b978 Don't needlessly cross-preprocess in 2 tests
When running these tests on non-Windows, the compiler would need to
cross-preprocess the .c sources before cross-compiling. DMD doesn't
handle that properly (on Linux, just uses the native preprocessor,
and failing badly with Apple clang on macOS). And for LDC, that would
require an installed C cross-toolchain. That'd be a ridiculous effort
for these 2 tests, so just preprocess and compile them like all other
tests, even if the original problems were on Windows only. No harm in
running these tests on Posix too while targeting Posix.
2024-06-01 14:25:30 +02:00
..
docs
ini Add -fPIC to DFLAGS. This is necessary to avoid issues with statics. (#16362) 2024-04-07 18:50:05 +02:00
samples
src Fix missing new CastExp field in C++ header 2024-06-01 13:51:00 +02:00
test Don't needlessly cross-preprocess in 2 tests 2024-06-01 14:25:30 +02:00
tools Implement UAX31 character ranges (#15307) 2024-03-18 11:19:16 -07:00