This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca1f9f22854 Add relational self-tests. new 92d9c9e705f fold-const: Return corresponding integral type for OFFSET_T [...] new 9b613e825d7 expand: Fix up empty class return optimization [PR101160] new 3adb9ac6626 testsuite: Add testcase for recently fixed PR [PR101159]
The 3 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/fold-const.c | 2 +- gcc/function.c | 21 +++++++++++++-------- gcc/testsuite/g++.dg/opt/pr101162.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.target/i386/empty-class1.C | 2 +- .../abi/param2.C => g++.target/i386/empty-class2.C} | 5 +++-- gcc/testsuite/gcc.c-torture/compile/pr101159.c | 10 ++++++++++ gcc/tree-vect-patterns.c | 8 ++++---- 7 files changed, 53 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr101162.C copy gcc/testsuite/{g++.dg/abi/param2.C => g++.target/i386/empty-class2.C} (57%) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101159.c