This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6085651 PR middle-end/66726 * g++.dg/tree-ssa/pr66726.c: Renamed to [...]
new 6ce5f83 PR c++/68683 * constraint.cc (satisfy_argument_deduction_co [...]
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 | 7 +++++++
gcc/cp/constraint.cc | 3 +++
gcc/testsuite/g++.dg/concepts/pr68683.C | 24 ++++++++++++++++++++++++
3 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr68683.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 ee34b05 2015-12-07 Steve Ellcey <sellcey(a)imgtec.com>
new 6085651 PR middle-end/66726 * g++.dg/tree-ssa/pr66726.c: Renamed 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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/tree-ssa/{pr66726.c => pr66726.C} | 1 -
2 files changed, 6 insertions(+), 1 deletion(-)
rename gcc/testsuite/g++.dg/tree-ssa/{pr66726.c => pr66726.C} (99%)
--
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 8f559c6 PR c++/68464 * cp-gimplify.c (cp_fold): Don't assume X has [...]
new 522e1fe 2015-12-07 Steve Ellcey <sellcey(a)imgtec.com>
new ee34b05 2015-12-07 Steve Ellcey <sellcey(a)imgtec.com>
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 | 7 +++++
gcc/reorg.c | 15 ++++++++---
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/mips/wrap-delay.c | 42 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/wrap-delay.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 802e637 Add scheduling model for Exynos M1
new 03af97e gcc/testsuite/ * lib/g++.exp: Also find -std list in GXX_TES [...]
new dd913ae PR c++/68170 * pt.c (maybe_new_partial_specialization): The [...]
new 8f559c6 PR c++/68464 * cp-gimplify.c (cp_fold): Don't assume X has [...]
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/cp/ChangeLog | 16 ++++++++++++++++
gcc/cp/Make-lang.in | 2 +-
gcc/cp/cp-gimplify.c | 17 +++++++++++------
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 9 ++++++++-
gcc/cp/pt.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/friend60.C | 13 +++++++++++++
gcc/testsuite/lib/g++.exp | 3 +++
9 files changed, 62 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend60.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 50cd3de * fold-const.c (operand_equal_p): Drp flag_strict_aliasing check.
new 802e637 Add scheduling model for Exynos M1
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/config/aarch64/aarch64-cores.def | 2 +-
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/arm/arm.md | 3 +-
gcc/config/arm/exynos-m1.md | 947 +++++++++++++++++++++++++++++++++++
5 files changed, 958 insertions(+), 2 deletions(-)
create mode 100644 gcc/config/arm/exynos-m1.md
--
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 a01b98f * config//nvptx/nvptx.c (write_return): New. (write_fn_prot [...]
new 50cd3de * fold-const.c (operand_equal_p): Drp flag_strict_aliasing check.
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/fold-const.c | 15 +++++++--------
2 files changed, 11 insertions(+), 8 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 e0dec29 PR ipa/61886 * symtab.c (ultimate_transparent_alias_target) [...]
new 1b06294 PR c/68668 * c-decl.c (grokdeclarator): If ORIG_QUAL_INDIRE [...]
new a01b98f * config//nvptx/nvptx.c (write_return): New. (write_fn_prot [...]
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/c/ChangeLog | 6 +++++
gcc/c/c-decl.c | 7 ++++++
gcc/config/nvptx/nvptx.c | 55 +++++++++++++++++++++++-------------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr68668.c | 53 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 106 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr68668.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 796bb13 PR middle-end/68291 PR middle-end/68292 * cfgexpand.c (set [...]
new e0dec29 PR ipa/61886 * symtab.c (ultimate_transparent_alias_target) [...]
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 | 46 +++++++++
gcc/cgraph.c | 4 +-
gcc/cgraph.h | 31 +++++-
gcc/cgraphunit.c | 25 +++--
gcc/ipa-visibility.c | 32 ++++--
gcc/ipa.c | 1 +
gcc/lto-cgraph.c | 24 +++--
gcc/lto/ChangeLog | 6 ++
gcc/lto/lto-partition.c | 10 +-
gcc/symtab.c | 266 ++++++++++++++++++++++++++++++++++--------------
gcc/tree.c | 57 +++++++----
gcc/varpool.c | 22 ++--
12 files changed, 388 insertions(+), 136 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 4a7d592 2015-12-07 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 796bb13 PR middle-end/68291 PR middle-end/68292 * cfgexpand.c (set [...]
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 | 10 +++++++++-
gcc/cfgexpand.c | 7 ++++++-
gcc/function.c | 19 ++++++++++---------
3 files changed, 25 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.