This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f6b786d7498 d: Compile simd_ctfe.d only on avx_runtime or vect_sizes_16 [...] new eaaf77dd85c middle-end/105140 - fix bogus recursion in fold_convertible_p new 3eda57b4ae5 tree-optimization/105132 - add missing checking in vectoriz [...]
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/fold-const.cc | 5 +++-- gcc/testsuite/gcc.dg/pr105140.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr105132.c | 12 ++++++++++++ gcc/tree-vect-stmts.cc | 6 ++++++ 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105140.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105132.c