[Issue 24623] Rename version CppRuntime_Clang/Gcc to CppRuntime_libcxx/libstdcxx.

2024-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24623

--- Comment #4 from Dlang Bot  ---
dlang/dmd pull request #16613 "Fix bugzilla issue 24623 followup." was merged
into master:

- 988f31a2767417c4ccb595fce493835baa121e10 by Johan Engelen:
  Fix bugzilla issue 24623 followup.
  Rename CppRuntime to _LLVM and _GNU
  Also accept c++ for cxx in target string.

https://github.com/dlang/dmd/pull/16613

--


[Issue 24623] Rename version CppRuntime_Clang/Gcc to CppRuntime_libcxx/libstdcxx.

2024-06-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24623

--- Comment #3 from johanenge...@weka.io ---
libcpp is the GCC C PreProcessing library).

libstdc++v3 refers to itself as (lib)stdcxx in code.
libc++ similarly.

Changed title of bug report: cpp --> cxx

--


[Issue 24623] Rename version CppRuntime_Clang/Gcc to CppRuntime_libcxx/libstdcxx.

2024-06-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24623

johanenge...@weka.io changed:

   What|Removed |Added

Summary|Rename version  |Rename version
   |CppRuntime_Clang/Gcc to |CppRuntime_Clang/Gcc to
   |CppRuntime_libcpp/libstdcpp |CppRuntime_libcxx/libstdcxx
   |.   |.

--