This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 052204fac58 vec: don't select partial vectors when unnecessary new 2b7147e4856 c++: Break out actual instantiation from instantiate_decl new 91347c3bbf7 Fortran: OpenMP - fix simd with (last)private (PR97061) new 7d1be939e0f c++: Avoid confusing 'nested' name new aab6194d089 Fix pessimization in EH cleanup pass new d1339b519ae libbacktrace, Mach-O : Support PowerPC archs.
The 5 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/cp/pt.c | 303 ++++++++++++----------- gcc/fortran/trans-openmp.c | 37 +-- gcc/testsuite/gfortran.dg/gomp/openmp-simd-6.f90 | 62 +++++ gcc/testsuite/gnat.dg/concat4.adb | 17 ++ gcc/tree-eh.c | 22 +- libbacktrace/macho.c | 6 + 6 files changed, 278 insertions(+), 169 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/openmp-simd-6.f90 create mode 100644 gcc/testsuite/gnat.dg/concat4.adb