This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 3fc6097 Fix python-interactive with Python 3.6
new 59b1024 Set GDB version number to 7.12.1.
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:
gdb/ChangeLog | 5 +++++
gdb/PROBLEMS | 2 +-
gdb/version.in | 2 +-
3 files changed, 7 insertions(+), 2 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 9789972 * gcc.dg/tree-ssa/pr77445-2.c: Adjust template.
new ef14ca4 PR testsuite/79169 * g++.dg/warn/Wduplicated-branches1.C: U [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wduplicated-branches1.C | 6 +++---
2 files changed, 8 insertions(+), 3 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 b255711 * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+li [...]
new 9789972 * gcc.dg/tree-ssa/pr77445-2.c: Adjust template.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c | 2 +-
2 files changed, 5 insertions(+), 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 dc326dc * gfortran.h (gfc_extract_int): Change return type to bool. [...]
new b255711 * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+li [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/sem_eval.adb | 41 ++++++++++++++++++++++-------------------
2 files changed, 27 insertions(+), 19 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 a0e066e * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer [...]
new dc326dc * gfortran.h (gfc_extract_int): Change return type to bool. [...]
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 | 62 +++++++++++++++++++++++++++++++++++++++++++
gcc/fortran/arith.c | 2 +-
gcc/fortran/check.c | 2 +-
gcc/fortran/decl.c | 22 ++++++---------
gcc/fortran/error.c | 4 +--
gcc/fortran/expr.c | 34 +++++++++++++++++-------
gcc/fortran/frontend-passes.c | 2 +-
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/intrinsic.c | 8 +++---
gcc/fortran/iresolve.c | 38 +++++++++++++++++---------
gcc/fortran/match.c | 20 +++-----------
gcc/fortran/matchexp.c | 2 +-
gcc/fortran/module.c | 56 +++++++++++++++++++-------------------
gcc/fortran/openmp.c | 18 ++++---------
gcc/fortran/primary.c | 24 +++++------------
gcc/fortran/simplify.c | 31 ++++++++++------------
gcc/fortran/symbol.c | 18 ++++++-------
gcc/fortran/trans-decl.c | 2 +-
gcc/fortran/trans-stmt.c | 4 +--
19 files changed, 201 insertions(+), 150 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 602de84 PR other/79046 libatomic/ * testsuite/Makefile.am (gcc_vers [...]
new a0e066e * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer [...]
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:
libgcc/ChangeLog | 4 ++++
libgcc/config/i386/cygming-crtbegin.c | 4 ----
2 files changed, 4 insertions(+), 4 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 llvm.
from 932a081 [X86] Don't allow commuting to form phsub operations.
new a5d7e7c [Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to [...]
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:
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 18 ++++++++++++++++++
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 44 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 master
in repository gcc.
from 206feb4 rs6000: Small varargs for BE SVR4 (PR61729, PR77850)
new 819ce43 2017-01-21 Bernd Schmidt <bschmidt(a)redhat.com>
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/ChangeLog | 6 ++++++
gcc/cprop.c | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr79125.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79125.c
--
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 llvm.
from 0e3e2ab Add missing dependency to "Module Summary Analysis" pass
new 0543f08 [X86] Add test cases that show bad commuting being allowed to [...]
new 932a081 [X86] Don't allow commuting to form phsub operations.
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:
lib/Target/X86/X86ISelLowering.cpp | 4 +--
test/CodeGen/X86/phaddsub.ll | 58 ++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.