You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The option ``-mcmodel=large`` for the large code model is supported.
1268
1274
- Bump RVV intrinsic to version 1.0, the spec: https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v1.0.0-rc4
1269
1275
1276
+
- `Zicsr` / `Zifencei` are allowed to be duplicated in the presence of `g` in `-march`.
1277
+
1270
1278
CUDA/HIP Language Changes
1271
1279
^^^^^^^^^^^^^^^^^^^^^^^^^
1272
1280
- Fixed a bug about overriding a constexpr pure-virtual member function with a non-constexpr virtual member function which causes compilation failure when including standard C++ header `format`.
@@ -1465,6 +1473,9 @@ Crash and bug fixes
1465
1473
- The ``unix.BlockInCriticalSection`` now recognizes the ``lock()`` member function
1466
1474
as expected, even if it's inherited from a base class. Fixes (#GH104241).
1467
1475
1476
+
- Fixed a crash when C++20 parenthesized initializer lists are used. This issue
0 commit comments