[clang] 9073b53 - [Clang,ARM] Add release note for D127197.
Simon Tatham via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 10 07:19:20 PDT 2022
Author: Simon Tatham
Date: 2022-06-10T15:19:33+01:00
New Revision: 9073b53e5d7f0bdc603a5c816300ac27644bc6a8
URL: https://github.com/llvm/llvm-project/commit/9073b53e5d7f0bdc603a5c816300ac27644bc6a8
DIFF: https://github.com/llvm/llvm-project/commit/9073b53e5d7f0bdc603a5c816300ac27644bc6a8.diff
LOG: [Clang,ARM] Add release note for D127197.
I should have put that in the original commit, but @lenary only just
reminded me that it needed to be there.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 1ead55633a09..5905fa2e917e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -458,6 +458,10 @@ ABI Changes in Clang
such packing. Clang now matches the gcc behavior (except on Darwin and PS4).
You can switch back to the old ABI behavior with the flag:
``-fclang-abi-compat=14.0``.
+- When compiling C for ARM or AArch64, a zero-length bitfield in a ``struct``
+ (e.g. ``int : 0``) no longer prevents the structure from being considered a
+ homogeneous floating-point or vector aggregate. The new behavior agrees with
+ the AAPCS specification, and matches the similar bug fix in GCC 12.1.
OpenMP Support in Clang
-----------------------
More information about the cfe-commits
mailing list