================
@@ -439,6 +439,7 @@ Bug Fixes in This Version
 - Fixed a crash when trying to transform a dependent address space type. Fixes 
#GH101685.
 - Fixed a crash when diagnosing format strings and encountering an empty
   delimited escape sequence (e.g., ``"\o{}"``). #GH102218
+- Fixed a crash when the result of ``__array_rank`` is used as operand for bit 
operation. (#GH113044).
----------------
efriedma-quic wrote:

```suggestion
- Fixed a crash using ``__array_rank`` on 64-bit targets. (#GH113044).
```

https://github.com/llvm/llvm-project/pull/113186
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to