Commit graph

6 commits

Author SHA1 Message Date
Nicholas Wilson
958ba9cbe3 Add reserved version identifier for Xtensa architecture 2024-08-08 14:08:01 +02:00
Johan Engelen
b5130fd880 Fix bugzilla issue 24623 followup.
Rename CppRuntime to _LLVM and _GNU
Also accept c++ for cxx in target string.
2024-06-30 13:45:31 +02:00
Johan Engelen
349b493810 Fix bugzilla issue 24623: Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp. Add libcpp and libstdcpp -target= option recognition. 2024-06-22 11:55:11 +02:00
liushuyu
2c4003b754 compiler/test: add tests to test LoongArch-related reserved versions 2023-10-04 21:47:14 +08:00
Martin Kinkelin
c5337c88c8
Add predefined version D_Optimized when compiling with -O (#14245)
* Add predefined version `D_Optimized` when compiling with `-O`

So that code can be aware of whether it's compiled with `-O`, e.g., to
distinguish between debug and optimized release builds (not necessarily
using `-release`).

* [update changelog/d_optimized.dd]

Co-authored-by: Petar Kirov <petar.p.kirov@gmail.com>

Co-authored-by: Petar Kirov <petar.p.kirov@gmail.com>
2022-10-05 05:28:03 +03:00
Iain Buclaw
6374bb87b7 Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
Renamed from test/fail_compilation/reserved_version_switch.d (Browse further)