This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b5f644a98b3 Fix handling of clones in lto_wpa_write_files [PR98599] new a3317f7b3c0 c: Don't drop vector attributes that affect type identity [ [...] new 1696fc1ea01 c++: Tweak merging of vector attributes that affect type id [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/attribs.c | 77 ++++++++++++ gcc/attribs.h | 3 + gcc/c/c-typeck.c | 10 +- gcc/cp/typeck.c | 15 ++- .../advsimd-intrinsics/advsimd-intrinsics.exp | 4 +- .../aarch64/advsimd-intrinsics/pr98852.C | 110 ++++++++++++++++++ .../aarch64/advsimd-intrinsics/pr98852.c | 129 +++++++++++++++++++++ 7 files changed, 342 insertions(+), 6 deletions(-) copy gcc/testsuite/{gcc.target => g++.target}/aarch64/advsimd-intrinsics/advsimd-i [...] create mode 100644 gcc/testsuite/g++.target/aarch64/advsimd-intrinsics/pr98852.C create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/pr98852.c