This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 08bcbc864ca * es.po, sv.po: Update. new 61d49d78e44 [PR81647][AARCH64] Fix handling of Unordered Comparisons in [...] new 1c4a339e4c9 [PR c++/84835] ICE with generic lambda in extern "C"
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/ChangeLog | 6 ++ gcc/config/aarch64/aarch64-simd.md | 103 +++++++++++++++++------------ gcc/cp/ChangeLog | 4 ++ gcc/cp/lambda.c | 2 + gcc/cp/pt.c | 1 + gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/g++.dg/cpp1y/pr84835.C | 20 ++++++ gcc/testsuite/gcc.target/aarch64/pr81647.c | 44 ++++++++++++ 8 files changed, 146 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84835.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81647.c