This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47ddb895df3 aix: Add GCC64 configuration and FAT target libraries. new f86e11a267a Daily bump. new 33d9794b727 RISC-V: Fix compilation failed for frflags builtin in C++ mode new f4670347f10 RISC-V: Normalize arch string in driver time new c154b8bc568 openmp: Compute triangular loop number of iterations at com [...] new d32495261a8 amdgcn: Pass vector parameters in memory new cf07eea8429 tree-optimization/95770 - fix SLP vectorized stmt placement [...]
The 6 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 | 189 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/gcn/gcn.c | 8 ++ gcc/config/riscv/riscv-builtins.c | 5 +- gcc/config/riscv/riscv-ftypes.def | 2 +- gcc/config/riscv/riscv.h | 6 +- gcc/omp-general.c | 226 +++++++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/g++.target/riscv/frflags.C | 7 + gcc/testsuite/gcc.dg/pr95770.c | 9 ++ gcc/tree-vect-slp.c | 18 ++- libatomic/ChangeLog | 9 ++ libgcc/ChangeLog | 8 ++ libgfortran/ChangeLog | 9 ++ libgomp/ChangeLog | 9 ++ libstdc++-v3/ChangeLog | 9 ++ 16 files changed, 493 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.target/riscv/frflags.C create mode 100644 gcc/testsuite/gcc.dg/pr95770.c