This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 4e58eac Daily bump.
new f9dd5b4 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from f19d49b PR c++/66583
new 525c3af Daily bump.
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/DATESTAMP | 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 8fb42bb Improve --help output to generate references to option aliases.
new 48d4b37 /cp 2015-10-21 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 12 ++++++++++++
gcc/cp/parser.c | 16 ++++++++++++++--
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/parse/enum12.C | 7 +++++++
gcc/testsuite/g++.dg/parse/enum13.C | 8 ++++++++
5 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/enum12.C
create mode 100644 gcc/testsuite/g++.dg/parse/enum13.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 d05226d * include/std/type_traits (__cpp_lib_bool_constant): Define.
new c782e80 2015-10-21 Steven G. Kargl <kargl(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 | 5 +++++
gcc/fortran/data.c | 24 +++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr67939.f90 | 21 +++++++++++++++++++++
4 files changed, 48 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr67939.f90
--
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 92a110b [PATCH 1/9] ENABLE_CHECKING refactoring
new 84e9670 add an upper limit on the number of array references
new 13f421d a scalar depending on vdefs in the current region is not invariant
new d05226d * include/std/type_traits (__cpp_lib_bool_constant): Define.
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 | 18 ++++++++++++++++++
gcc/graphite-scop-detection.c | 13 ++++++++++++-
gcc/graphite-sese-to-poly.c | 2 +-
gcc/params.def | 7 +++++++
gcc/sese.c | 22 ++++++++++++++++------
gcc/sese.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/scop-11.c | 2 +-
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/std/type_traits | 2 +-
10 files changed, 66 insertions(+), 11 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 dd7df20 Update documentation for address space hooks
new 9d463a0 unconditionally compile most of the delay slot code
new a366e4f * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): [...]
new 35e78cd * fold-const.c (operand_equal_p): Add code matching empty c [...]
new edbc08a PR ipa/67056 * ipa-polymorphic-call.c (possible_placement_n [...]
new 92a110b [PATCH 1/9] ENABLE_CHECKING refactoring
The 5 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 | 52 ++++++++++++++++
gcc/cfgrtl.c | 4 +-
gcc/config.in | 7 +++
gcc/configure | 9 ++-
gcc/configure.ac | 5 ++
gcc/final.c | 12 ++--
gcc/fold-const.c | 13 +++-
gcc/genattr-common.c | 8 +--
gcc/genattr.c | 39 +++++-------
gcc/genattrtab.c | 16 ++---
gcc/ipa-polymorphic-call.c | 18 +++++-
gcc/opts.c | 2 +-
gcc/reorg.c | 82 ++++++++++---------------
gcc/system.h | 4 +-
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/g++.dg/ipa/pr67056.C | 39 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/operand-equal-1.c | 8 +++
gcc/toplev.c | 4 +-
gcc/tree.def | 16 +++--
libcpp/ChangeLog | 9 +++
libcpp/config.in | 3 +
libcpp/configure | 5 ++
libcpp/configure.ac | 4 ++
libcpp/system.h | 21 ++++++-
24 files changed, 270 insertions(+), 121 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr67056.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/operand-equal-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 d06612a Relax ADDR_SPACE_GENERIC_P checks for default address space hooks
new dd7df20 Update documentation for address space hooks
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/doc/tm.texi | 6 ++----
gcc/target.def | 6 ++----
3 files changed, 8 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 451a61b Change default of non-overlapping address space conversion
new d06612a Relax ADDR_SPACE_GENERIC_P checks for default address space hooks
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/targhooks.c | 39 ++++++++++++++++-----------------------
2 files changed, 23 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.