This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from ccca8dfba8a Daily bump. new 4e7735a8d87 Move ix86_align_loops into a separate pass and insert the p [...]
The 1 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/config/i386/i386-features.cc | 191 +++++++++++++++++++++++++++++++ gcc/config/i386/i386-passes.def | 3 + gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.cc | 146 ----------------------- gcc/testsuite/gcc.target/i386/pr116174.c | 12 ++ 5 files changed, 207 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr116174.c