This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 494c5103c9e libbacktrace: fix tipo in comment new 31a05046247 Daily bump. new 0755f573f08 libbacktrace: avoid ambiguous binary search new 181f877b6c0 libbacktrace: fetch executable path on macOS new f56f1a5a755 libbacktrace: don't strip leading underscore on 64-bit PE new 61c2d476a52 Fortran: Fixes for OpenMP loop-iter privatization (PRs 9510 [...] new e470d8af81d Implement __builtin_thread_pointer for x86 TLS. new fb51be60c8e tree-optimization/96978 - fix fallout of BB vectorization o [...]
The 7 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 | 39 +++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 21 +++ gcc/config/i386/i386.md | 10 ++ gcc/fortran/ChangeLog | 4 + gcc/fortran/openmp.c | 27 +--- gcc/fortran/resolve.c | 2 + gcc/fortran/trans-openmp.c | 8 +- gcc/testsuite/ChangeLog | 16 ++ .../gcc.target/i386/builtin_thread_pointer.c | 28 ++++ gcc/testsuite/gfortran.dg/gomp/combined-if.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/openmp-simd-5.f90 | 24 +++ gcc/tree-vect-stmts.c | 4 +- include/ChangeLog | 5 + libbacktrace/ChangeLog | 19 +++ libbacktrace/dwarf.c | 180 +++++++++++++++------ libbacktrace/fileline.c | 38 ++++- libbacktrace/pecoff.c | 20 ++- libgomp/ChangeLog | 10 ++ libiberty/ChangeLog | 31 ++++ libphobos/ChangeLog | 14 ++ 21 files changed, 422 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/builtin_thread_pointer.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/openmp-simd-5.f90