This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c0ab626113 aarch64: Add an error message in large code model for ilp32 [...] new 08d6ec14e65 c++: Dependent conversion operator in concept [PR94597] new 73f8e9dca5f ubsan: Avoid -Wpadded warnings [PR94641]
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 | 10 ++++++++++ gcc/asan.c | 1 + gcc/cp/ChangeLog | 6 ++++++ gcc/cp/pt.c | 6 ++++++ gcc/stor-layout.c | 6 ++++-- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/c-c++-common/ubsan/pr94641.c | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-conv2.C | 19 +++++++++++++++++++ gcc/ubsan.c | 3 +++ 9 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr94641.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv2.C