================ @@ -457,6 +457,9 @@ features cannot lower the translation-unit ABI level; such as when the call is used as an `auto` non-type template argument. - Fixed a crash in ``__builtin_dump_struct`` when ``-Werror`` promotes format warnings to errors. (#GH211943) +- Fixed an assertion failure when `__builtin_vectorelements` is applied to a + reference to a vector type; this is now diagnosed as an invalid argument type. + (#GH216997) ---------------- TPPPP72 wrote:
```suggestion - Fixed an assertion failure when `__builtin_vectorelements` is applied to a reference to a vector type. (#GH216997) ``` https://github.com/llvm/llvm-project/pull/219767 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
