================ @@ -800,6 +800,7 @@ Crash and bug fixes containing a single colon. (#GH167905) - Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16) by diagnosing invalid comma-separated argument lists. (#GH166325) +- Fixed a crash when explicitly casting between atomic complex types. (#GH172208) ---------------- 100000001 wrote:
To me this reads like the crash only occurs if both source and destination are atomic complex types, but I think the crash occurs when either source or destination are atomic complex. Maybe something like: "Fixed a crash when explicitly casting a complex type to or from an atomic complex type."? https://github.com/llvm/llvm-project/pull/172210 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
