This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cae7e4ec8e1 2018-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 2646a43f79b 2018-09-18 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 12 +++++++
libstdc++-v3/src/c++11/hashtable_c++0x.cc | 11 +++---
.../unordered_map/modifiers/reserve.cc | 39 +++++++++++++++++-----
3 files changed, 48 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from d57a71d01 [builtins] Fix c?zdi2 on sparc64/Linux and ignore riscv32
new 6c9f8f338 build: clean up some unnecessary cached variables
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:
CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 13847df5068 2018-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new cae7e4ec8e1 2018-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/frontend-passes.c | 456 +++++-
gcc/fortran/gfortran.h | 5 +
gcc/fortran/trans-intrinsic.c | 1 +
gcc/testsuite/gfortran.dg/blas_gemm_routines.f | 1955 ++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/inline_matmul_13.f90 | 2 +-
gcc/testsuite/gfortran.dg/inline_matmul_16.f90 | 2 +-
gcc/testsuite/gfortran.dg/matmul_blas_1.f | 240 +++
gcc/testsuite/gfortran.dg/matmul_bounds_14.f | 16 +
gcc/testsuite/gfortran.dg/matmul_bounds_15.f | 19 +
gcc/testsuite/gfortran.dg/matmul_bounds_16.f | 20 +
gcc/testsuite/gfortran.dg/promotion_2.f90 | 7 +-
11 files changed, 2701 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/blas_gemm_routines.f
create mode 100644 gcc/testsuite/gfortran.dg/matmul_blas_1.f
create mode 100644 gcc/testsuite/gfortran.dg/matmul_bounds_14.f
create mode 100644 gcc/testsuite/gfortran.dg/matmul_bounds_15.f
create mode 100644 gcc/testsuite/gfortran.dg/matmul_bounds_16.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 81fb2fbc3c Fix logic around determining use of frame pointer with -pg.
new d361d13e84 Fix fomit-frame-pointe+pg error
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:
lib/Driver/ToolChains/Clang.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 77f19263b16 2018-09-18 Paul Thomas <pault(a)gcc.gnu.org>
new 13847df5068 2018-09-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
2 files changed, 36 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 8be7d89e2a3 2018-09-18 Janus Weil <janus(a)gcc.gnu.org>
new 441c5b9ec88 2018-09-18 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++++++
gcc/fortran/decl.c | 3 ++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_52.f90 | 33 ++++++++++++++++++++++++++
4 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_52.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.