@@ -546,6 +546,12 @@ Bug Fixes in This Version
546546- Fix an assertion failure when a ``target_clones `` attribute is only on the
547547 forward declaration of a multiversioned function. (#GH165517) (#GH129483)
548548- Fix a crash caused by invalid format string in printf-like functions with ``-Wunsafe-buffer-usage-in-libc-call `` option enabled. (#GH170496)
549+ - Fixed a crash when parsing ``#embed `` parameters with unmatched closing brackets. (#GH152829)
550+ - Fixed a crash when compiling ``__real__ `` or ``__imag__ `` unary operator on scalar value with type promotion. (#GH160583)
551+ - Fixed a crash when parsing invalid nested name specifier sequences
552+ containing a single colon. (#GH167905)
553+ - Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
554+ by diagnosing invalid comma-separated argument lists. (#GH166325)
549555
550556Bug Fixes to Compiler Builtins
551557^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -815,12 +821,6 @@ Crash and bug fixes
815821^^^^^^^^^^^^^^^^^^^
816822- Fixed a crash in the static analyzer that when the expression in an
817823 ``[[assume(expr)]] `` attribute was enclosed in parentheses. (#GH151529)
818- - Fixed a crash when parsing ``#embed `` parameters with unmatched closing brackets. (#GH152829)
819- - Fixed a crash when compiling ``__real__ `` or ``__imag__ `` unary operator on scalar value with type promotion. (#GH160583)
820- - Fixed a crash when parsing invalid nested name specifier sequences
821- containing a single colon. (#GH167905)
822- - Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
823- by diagnosing invalid comma-separated argument lists. (#GH166325)
824824
825825Improvements
826826^^^^^^^^^^^^
0 commit comments