This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 73f8e9dca5f ubsan: Avoid -Wpadded warnings [PR94641] new 619602346ae testsuite: Extend C++ struct-layout-1.exp testing to test C [...] new 85353e24ca9 forwprop: Fix ICE when building a VEC_PERM_EXPR [PR94683]
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 | 7 ++ gcc/testsuite/ChangeLog | 25 ++++++++ gcc/testsuite/g++.dg/compat/struct-layout-1.exp | 3 + .../g++.dg/compat/struct-layout-1_generate.c | 74 +++++++++++++++++----- gcc/testsuite/g++.dg/compat/struct-layout-1_x1.h | 8 ++- gcc/testsuite/g++.dg/compat/struct-layout-1_y1.h | 8 ++- .../gcc.target/aarch64/sve/acle/general/pr94683.c | 29 +++++++++ gcc/tree-ssa-forwprop.c | 5 ++ 8 files changed, 141 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr94683.c