This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb9eabe8647 [PR 81248] Fix ipa-sra size check new 87a0a1abdc9 Fix code generation for buildtin_longjmp with CET. new ba31ec125af * cfgloop.h (struct loop): Document usage of USHRT_MAX for [...]
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 | 12 ++++ gcc/cfgloop.h | 7 +- gcc/config/i386/i386.md | 81 +++++++++++++++++----- gcc/loop-unroll.c | 6 +- gcc/testsuite/ChangeLog | 17 +++++ gcc/testsuite/gcc.target/i386/cet-sjlj-1.c | 2 +- gcc/testsuite/gcc.target/i386/cet-sjlj-4.c | 2 +- gcc/testsuite/gnat.dg/unroll1.adb | 4 +- gcc/testsuite/gnat.dg/unroll1.ads | 1 - gcc/testsuite/gnat.dg/unroll2.adb | 2 +- gcc/testsuite/gnat.dg/unroll2.ads | 1 - gcc/testsuite/gnat.dg/unroll3.adb | 2 +- gcc/testsuite/gnat.dg/unroll3.ads | 1 - gcc/testsuite/gnat.dg/{unroll3.adb => unroll4.adb} | 8 +-- gcc/testsuite/gnat.dg/unroll4.ads | 10 +++ gcc/testsuite/gnat.dg/unroll4_pkg.ads | 5 ++ 16 files changed, 124 insertions(+), 37 deletions(-) copy gcc/testsuite/gnat.dg/{unroll3.adb => unroll4.adb} (68%) create mode 100644 gcc/testsuite/gnat.dg/unroll4.ads create mode 100644 gcc/testsuite/gnat.dg/unroll4_pkg.ads