This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 509a4f7 * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_ [...]
new 0ffb447 Add stats on adhoc table to dump_line_table_statistics
new 3ef90e7 [Patch ARM] Unified assembler in ARM state.
new 025772b libstdc++v3: Explicitly disable carets and colorization withi [...]
The 3 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 | 26 ++++
gcc/config/arm/arm-ldmstm.ml | 23 ++-
gcc/config/arm/arm.c | 157 ++++++++-------------
gcc/config/arm/arm.h | 19 +--
gcc/config/arm/arm.md | 162 ++++++++++------------
gcc/config/arm/arm.opt | 2 +-
gcc/config/arm/ldmstm.md | 126 ++++++++---------
gcc/config/arm/sync.md | 4 +-
gcc/config/arm/thumb2.md | 12 +-
gcc/doc/invoke.texi | 7 +-
gcc/input.c | 6 +
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.target/arm/combine-movs.c | 3 +-
gcc/testsuite/gcc.target/arm/interrupt-1.c | 4 +-
gcc/testsuite/gcc.target/arm/interrupt-2.c | 4 +-
gcc/testsuite/gcc.target/arm/unaligned-memcpy-4.c | 2 +-
libcpp/ChangeLog | 6 +
libcpp/include/line-map.h | 2 +
libcpp/line-map.c | 3 +
libstdc++-v3/ChangeLog | 6 +
libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +
21 files changed, 298 insertions(+), 285 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 gcc-5-branch
in repository gcc.
from b576abd Daily bump.
new c16af7c 2015-11-06 Vladimir Makarov <vmakarov(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 | 9 +++
gcc/lra-remat.c | 105 +++++++++++++++++------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/aarch64/pr68106.c | 50 ++++++++++++++
4 files changed, 126 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr68106.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 e1a2ea9 2015-11-06 Benedikt Huber <benedikt.huber@theobroma-systems [...]
new 509a4f7 * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_ [...]
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 | 9 +++++++++
gcc/fold-const.c | 47 ++++++++++++++++++++++++-----------------------
gcc/tree-core.h | 2 +-
gcc/tree-ssa-tail-merge.c | 2 +-
4 files changed, 35 insertions(+), 25 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 0b1ca60 XFAIL testcases regressed after r229814, "Merge from gomp-4_5 [...]
new e1a2ea9 2015-11-06 Benedikt Huber <benedikt.huber@theobroma-systems [...]
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 | 20 +++++
gcc/config/aarch64/aarch64-builtins.c | 115 ++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-protos.h | 4 +
gcc/config/aarch64/aarch64-simd.md | 27 +++++++
gcc/config/aarch64/aarch64-tuning-flags.def | 1 +
gcc/config/aarch64/aarch64.c | 107 +++++++++++++++++++++++++-
gcc/config/aarch64/aarch64.md | 3 +
gcc/config/aarch64/aarch64.opt | 5 ++
gcc/doc/invoke.texi | 12 +++
9 files changed, 292 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 fc52c31 Support non-type constrained-type-specifiers. * parser.c (c [...]
new 0b1ca60 XFAIL testcases regressed after r229814, "Merge from gomp-4_5 [...]
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/gfortran.dg/goacc/combined_loop.f90 | 3 +++
2 files changed, 7 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 00a8cb0 PR ipa/68057 PR ipa/68220 * ipa-polymorphic-call.c (ipa_p [...]
new fc52c31 Support non-type constrained-type-specifiers. * parser.c (c [...]
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/cp/ChangeLog | 19 ++++
gcc/cp/constraint.cc | 37 +++++--
gcc/cp/parser.c | 128 +++++++++++++------------
gcc/testsuite/g++.dg/concepts/generic-fn-err.C | 4 +-
gcc/testsuite/g++.dg/concepts/placeholder6.C | 10 ++
5 files changed, 123 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/placeholder6.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 193cfc7 2015-11-06 Christophe Lyon <christophe.lyon(a)linaro.org>
new 00a8cb0 PR ipa/68057 PR ipa/68220 * ipa-polymorphic-call.c (ipa_p [...]
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 | 9 ++
gcc/ipa-polymorphic-call.c | 21 ++-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/g++.dg/lto/pr68057_0.C | 23 ++++
gcc/testsuite/g++.dg/lto/pr68057_1.C | 17 +++
gcc/testsuite/g++.dg/torture/pr68220.C | 238 +++++++++++++++++++++++++++++++++
6 files changed, 309 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr68057_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr68057_1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr68220.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 c73e938 Correct entry for PR c++/67942.
new 193cfc7 2015-11-06 Christophe Lyon <christophe.lyon(a)linaro.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vtbX.c | 4 ++--
2 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 0bc8b1d 2015-11-06 Arnout Vandecappelle <arnout(a)mind.be> * [...]
new 6444315 * pt.c (push_inline_template_parms_recursive): Don't recreat [...]
new c73e938 Correct entry for PR c++/67942.
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 | 3 +--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 17 ++---------------
3 files changed, 8 insertions(+), 17 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 efc0f38 tree-sra.c: Fix completely_scalarize for negative indices.
new 0bc8b1d 2015-11-06 Arnout Vandecappelle <arnout(a)mind.be> * [...]
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 | 4 ++++
gcc/config.gcc | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.