Skip to content

Commit 6171b73

Browse files
Update ReleaseNotes.rst
1 parent 53fae7a commit 6171b73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ Bug Fixes in This Version
229229
cast chain. (#GH149967).
230230
- Fixed a crash with incompatible pointer to integer conversions in designated
231231
initializers involving string literals. (#GH154046)
232+
- Clang now emits a frontend error when a function marked with the `flatten` attribute
233+
calls another function that requires target features not enabled in the caller. This
234+
prevents a fatal error in the backend.
232235

233236
Bug Fixes to Compiler Builtins
234237
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)