This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1356bc7 PR go/66904 cmd/go: fix "#cgo pkg-config:" comments with gccgo
new be7c31e Fix PR #.
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 | 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 a0cf35c Backported from mainline 2016-01-14 Jakub Jelinek <jakub@ [...]
new 8214940 Backported from mainline 2016-01-19 Jakub Jelinek <jakub@ [...]
new 2ae753e Backported from mainline 2016-01-19 Jakub Jelinek <jakub@ [...]
new b9688ff Backported from mainline 2016-01-21 Jakub Jelinek <jakub@ [...]
new 0144330 Backported from mainline 2016-01-21 Stefan Sørensen <stef [...]
new ff12742 Backported from mainline 2016-01-22 Jakub Jelinek <jakub@ [...]
new 72e6a13 Backported from mainline 2016-01-27 Jakub Jelinek <jakub@ [...]
new ef733ef Backported from mainline 2016-01-28 Jakub Jelinek <jakub@ [...]
new 8cea55b Backported from mainline 2016-01-30 Jakub Jelinek <jakub@ [...]
new c853e45 Backported from mainline 2016-02-04 Jakub Jelinek <jakub@ [...]
new 240b9f9 Backported from mainline 2016-02-08 Jakub Jelinek <jakub@ [...]
The 10 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 | 61 +++++++++++++++++++++
gcc/alias.c | 22 ++++++--
gcc/c/ChangeLog | 9 ++++
gcc/c/c-decl.c | 28 ++++++----
gcc/config/arm/arm-builtins.c | 2 +-
gcc/config/i386/i386.c | 14 +++--
gcc/cp/ChangeLog | 9 ++++
gcc/cp/parser.c | 1 +
gcc/dse.c | 14 +----
gcc/gimplify.c | 32 +++++++++--
gcc/shrink-wrap.c | 40 ++++++++++++--
gcc/testsuite/ChangeLog | 44 +++++++++++++++
gcc/testsuite/c-c++-common/pr67653.c | 8 +++
gcc/testsuite/c-c++-common/pr69669.c | 10 ++++
gcc/testsuite/g++.dg/gomp/pr59627.C | 14 +++++
gcc/testsuite/g++.dg/opt/pr69432.C | 62 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr65779.c | 42 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr29119.c | 3 +-
gcc/testsuite/gcc.dg/torture/pr68955.c | 41 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr69399.c | 18 +++++++
gcc/testsuite/gcc.dg/torture/pr69546-1.c | 26 +++++++++
gcc/testsuite/gcc.dg/torture/pr69546-2.c | 18 +++++++
.../{aarch64/pr65624.c => arm/pr69187.c} | 4 ++
gcc/wide-int.cc | 23 ++++++--
gcc/wide-int.h | 4 +-
libcpp/ChangeLog | 9 ++++
libcpp/files.c | 5 +-
27 files changed, 519 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr67653.c
create mode 100644 gcc/testsuite/c-c++-common/pr69669.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr59627.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr69432.C
create mode 100644 gcc/testsuite/gcc.dg/pr65779.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68955.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69399.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69546-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69546-2.c
copy gcc/testsuite/gcc.target/{aarch64/pr65624.c => arm/pr69187.c} (70%)
--
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 ec4ec95 2016-02-10 Vladimir Makarov <vmakarov(a)redhat.com>
new 1356bc7 PR go/66904 cmd/go: fix "#cgo pkg-config:" comments with gccgo
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/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/build.go | 82 ++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 80 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 gcc-5-branch
in repository gcc.
from 8c8c476 PR go/68562 * config/i386/morestack.S (__stack_split_initia [...]
new c95f9d4 Backported from mainline 2015-12-03 Jakub Jelinek <jakub@ [...]
new 1bdbc35 Backported from mainline 2015-12-22 Jakub Jelinek <jakub@ [...]
new 4745343 Backported from mainline 2016-01-01 Jakub Jelinek <jakub@ [...]
new e0a0dc9 Backported from mainline 2016-01-01 Jakub Jelinek <jakub@ [...]
new 79dca00 Backported from mainline 2016-01-07 Jakub Jelinek <jakub@ [...]
new 14e06a8 Backported from mainline 2016-01-08 Jakub Jelinek <jakub@ [...]
new 735e79d Backported from mainline 2016-01-11 Jakub Jelinek <jakub@ [...]
new a0cf35c Backported from mainline 2016-01-14 Jakub Jelinek <jakub@ [...]
The 8 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 | 42 +++++++++
gcc/c-family/ChangeLog | 18 ++++
gcc/c-family/c-ppoutput.c | 38 +++++---
gcc/combine.c | 4 +
gcc/fold-const.c | 121 ++++++++++++++++----------
gcc/fortran/ChangeLog | 17 ++++
gcc/fortran/trans-array.c | 3 +-
gcc/fortran/trans-expr.c | 13 ++-
gcc/fortran/trans-openmp.c | 2 +-
gcc/fortran/trans-stmt.c | 11 ++-
gcc/fortran/trans.h | 4 +-
gcc/gimple-expr.c | 5 ++
gcc/ifcvt.c | 7 +-
gcc/testsuite/ChangeLog | 32 +++++++
gcc/testsuite/c-c++-common/cpp/pr57580.c | 9 ++
gcc/testsuite/c-c++-common/gomp/pr57580.c | 36 ++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-67376.C | 17 ++++
gcc/testsuite/gcc.c-torture/compile/pr69214.c | 17 ++++
gcc/testsuite/gcc.dg/pr69015.c | 10 +++
gcc/testsuite/gfortran.dg/gomp/pr69128.f90 | 23 +++++
gcc/testsuite/gfortran.dg/pr69055.f90 | 10 +++
gcc/tree-vrp.c | 7 +-
gcc/ubsan.c | 1 +
libgomp/ChangeLog | 8 ++
libgomp/testsuite/libgomp.c/pr68960.c | 25 ++++++
25 files changed, 410 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/pr57580.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr57580.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-67376.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69214.c
create mode 100644 gcc/testsuite/gcc.dg/pr69015.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr69128.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69055.f90
create mode 100644 libgomp/testsuite/libgomp.c/pr68960.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 ce20a5b PR c++/69657
new ec4ec95 2016-02-10 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 | 6 ++++++
gcc/lra-constraints.c | 28 +++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/s390/pr69148.c | 16 ++++++++++++++++
4 files changed, 48 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr69148.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 melt-branch
in repository gcc.
from 8cff878 [./] 2016-02-10 Basile Starynkevitch <basile@starynkevitch [...]
new d254eda 2016-02-10 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 4 ++++
gcc/melt-run.proto.h | 4 ++++
gcc/melt/libmelt-ana-gimple.melt | 3 ++-
3 files changed, 10 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 f64416c gcc/
new 268df86 * ptree.c (debug_tree): Implement for cp_expr.
new 2066d1f PR c++/10200
new ce20a5b PR c++/69657
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/name-lookup.c | 14 ++++++++----
gcc/cp/parser.c | 42 ++++++++++++++++++++++------------
gcc/cp/ptree.c | 8 +++++++
gcc/cp/typeck2.c | 5 +++-
gcc/testsuite/g++.dg/lookup/builtin7.C | 14 ++++++++++++
gcc/testsuite/g++.dg/lookup/member2.C | 5 ++++
7 files changed, 83 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/builtin7.C
create mode 100644 gcc/testsuite/g++.dg/lookup/member2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.