This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eee8c3b PR c++/68653 * tree.c (nonnull_arg_p): Allow OFFSET_TYPE.
new 8fb8e6c PR target/68647 * optabs.c (expand_doubleword_popcount, exp [...]
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 | 7 +++
gcc/optabs.c | 75 ++++++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/pr68647.c | 18 ++++++++
4 files changed, 104 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68647.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 gcc.
from 9c691db Do constant folding in warn_* functions.
new 877f47a ./: PR go/66147 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLA [...]
new eee8c3b PR c++/68653 * tree.c (nonnull_arg_p): Allow OFFSET_TYPE.
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:
ChangeLog | 6 ++++++
Makefile.in | 1 +
Makefile.tpl | 1 +
gcc/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/nonnull3.C | 19 +++++++++++++++++++
gcc/tree.c | 4 +++-
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 2 +-
gotools/Makefile.in | 4 ++--
10 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/nonnull3.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 gcc.
from 89f1603 Fix TYPE_MAIN_VARIANT construction for arrays of qualified ty [...]
new 111e415 * cp-gimplify.c (cp_fold): Use fold_build*.
new da562e3 Define c_fully_fold separately for C and C++.
new 69f54cf Introduce cp_fold_rvalue.
new 9c691db Do constant folding in warn_* functions.
The 4 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/c-family/ChangeLog | 11 +
gcc/c-family/c-common.c | 609 ++--------------------------------
gcc/c-family/c-common.h | 1 -
gcc/c/ChangeLog | 8 +
gcc/c/Make-lang.in | 2 +-
gcc/c/c-fold.c | 589 ++++++++++++++++++++++++++++++++
gcc/c/c-tree.h | 3 +
gcc/cp/ChangeLog | 13 +
gcc/cp/call.c | 11 +-
gcc/cp/cp-gimplify.c | 72 +++-
gcc/testsuite/g++.dg/warn/Wnonnull1.C | 7 +
11 files changed, 721 insertions(+), 605 deletions(-)
create mode 100644 gcc/c/c-fold.c
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull1.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 gcc.
from 8702ba1 * config/nvptx/nvptx.c (enum nvptx_shuffle_kind): New. Abso [...]
new 0344b43 2015-12-02 Matthias Klose <doko(a)ubuntu.com>
new 89f1603 Fix TYPE_MAIN_VARIANT construction for arrays of qualified ty [...]
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:
gcc/c-family/ChangeLog | 6 +++
gcc/c-family/c-common.h | 2 +-
gcc/c/ChangeLog | 9 ++++
gcc/c/c-decl.c | 32 +++++++++---
gcc/c/c-typeck.c | 37 ++++++++-----
gcc/cp/ChangeLog | 5 ++
gcc/cp/tree.c | 3 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/pr68162-1.c | 6 +++
libvtv/ChangeLog | 6 +++
libvtv/configure | 109 ++++++++++++++++++++-------------------
libvtv/configure.ac | 3 +-
12 files changed, 145 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr68162-1.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 gcc.
from fead8d0 fix invalid bounds on array refs
new 8702ba1 * config/nvptx/nvptx.c (enum nvptx_shuffle_kind): New. Abso [...]
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/config/nvptx/nvptx.c | 25 ++++++++++++++++---------
2 files changed, 22 insertions(+), 9 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 191cd96 PR c++/68290 * constraint.cc (make_constrained_auto): Move [...]
new b3de8ca rename flag_loop_optimize_isl to flag_loop_nest_optimize
new fead8d0 fix invalid bounds on array refs
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:
gcc/ChangeLog | 18 ++++
gcc/common.opt | 2 +-
gcc/graphite-dependences.c | 49 ++++++++++-
gcc/graphite-poly.c | 2 +-
gcc/graphite-sese-to-poly.c | 98 ++++++++++++----------
gcc/graphite.c | 2 +-
gcc/testsuite/ChangeLog | 5 ++
.../run-id-3.f90} | 2 +-
gcc/toplev.c | 2 +-
9 files changed, 130 insertions(+), 50 deletions(-)
copy gcc/testsuite/gfortran.dg/{array_constructor_44.f90 => graphite/run-id-3.f90} (82%)
--
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 04edfb8 2015-12-02 David Sherwood <david.sherwood(a)arm.com>
new e45cefd * config/mips/mips.c (mips_emit_probe_stack_range): Adjust. [...]
new 191cd96 PR c++/68290 * constraint.cc (make_constrained_auto): Move [...]
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:
gcc/ChangeLog | 5 +++++
gcc/config/mips/mips.c | 26 ++++++++++----------------
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/cp/constraint.cc | 26 --------------------------
gcc/cp/pt.c | 43 +++++++++++++++++++++++++++++++++++++------
5 files changed, 64 insertions(+), 48 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 24096e1 Track indirect calls for call site information in debug info
new 04edfb8 2015-12-02 David Sherwood <david.sherwood(a)arm.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/config/aarch64/aarch64-simd.md | 11 +++++++++++
gcc/config/aarch64/aarch64.md | 11 +++++++++++
gcc/config/aarch64/iterators.md | 10 ++++++++++
gcc/testsuite/ChangeLog | 4 ++++
5 files changed, 42 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 6196ad6 * config/nvptx/nvptx-protos.h (nvptx_output_mov_insn): Decla [...]
new 52d9846 Fix ambiguity with multiple enable_shared_from_this bases
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 | 9 ++++++
libstdc++-v3/include/bits/shared_ptr.h | 22 +++++++++------
libstdc++-v3/include/bits/shared_ptr_base.h | 22 +++++++++------
.../1.cc => enable_shared_from_this/56383.cc} | 33 +++++++++++++++-------
4 files changed, 60 insertions(+), 26 deletions(-)
copy libstdc++-v3/testsuite/20_util/{pointer_safety/1.cc => enable_shared_from_thi [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.