This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1621d18f55 c++: Don't save parms in nested requirement [pr 94827] new 97268c374a3 c++: Simplify process_template_parm new 9decd08b7b1 i386: Use SBB more [PR94650] new bb6ce542206 Added missing ChangeLog entries
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/ChangeLog | 7 +++++ gcc/config/i386/i386.md | 44 +++++++++++++++++++++++++++-- gcc/cp/ChangeLog | 5 ++++ gcc/cp/pt.c | 47 +++++++++++++++++-------------- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.target/i386/pr94795-1.c | 21 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr94795-2.c | 20 +++++++++++++ 7 files changed, 126 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr94795-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94795-2.c