This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0d2f296 PR c++/67376 * fold-const.c (size_low_cst): Removed. (fold [...]
new 0bec949 PR c++/67339 * parser.c (cp_parser_elaborated_type_specifie [...]
new 80e6397 PR c++/67257 * parser.c (cp_parser_single_declaration): Rej [...]
new 612a610 PR c++/66921 * decl.c (cp_complete_array_type): Allow an in [...]
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 | 14 ++++++++++++++
gcc/cp/decl.c | 3 ++-
gcc/cp/parser.c | 18 ++++++++++++++++--
gcc/testsuite/g++.dg/cpp0x/alias-decl-pmf1.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array14.C | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/pr51226.C | 5 ++++-
gcc/testsuite/g++.dg/cpp1y/auto-fn28.C | 11 +++++++++++
7 files changed, 72 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pmf1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array14.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn28.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 gcc-5-branch
in repository gcc.
from 8d9589e Daily bump.
new 1df8132 gcc/ Backport from mainline PR target/68772 * config/rs600 [...]
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/rs6000/rs6000.h | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr68872.c | 14 ++++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr68872.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 gcc-4_9-branch
in repository gcc.
from ecc0e88 Daily bump.
new 947cc57 gcc/ Backport from mainline PR target/68772 * config/rs600 [...]
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/config/rs6000/rs6000.h | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr68872.c | 14 ++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr68872.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 b8bdfa3 Give EH_ELSE access to __builtin_eh_pointer
new 0d2f296 PR c++/67376 * fold-const.c (size_low_cst): Removed. (fold [...]
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 | 11 +++
gcc/fold-const.c | 123 +++++++++++++++++----------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp0x/constexpr-67376.C | 17 ++++
4 files changed, 112 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-67376.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 7a34692 Fix previous ChangeLog entry
new a08574d PR ipa/67811
new b8bdfa3 Give EH_ELSE access to __builtin_eh_pointer
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 | 38 ++++++++++++
gcc/gimple-pretty-print.c | 48 +++++++++------
gcc/gimple-streamer-in.c | 8 ++-
gcc/gimple-streamer-out.c | 8 ++-
gcc/gimple-walk.c | 21 +++++--
gcc/gimple.c | 6 +-
gcc/gimple.h | 59 ++++++++++++++----
gcc/gimplify.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/tm/noexcept-1.C | 2 +-
gcc/testsuite/g++.dg/tm/noexcept-4.C | 2 +-
gcc/testsuite/g++.dg/tm/noexcept-5.C | 2 +-
gcc/testsuite/g++.dg/tm/pr67811.C | 11 ++++
gcc/trans-mem.c | 115 ++++++++++++++++++-----------------
gcc/tree-cfg.c | 70 ++++++++++++++++-----
gcc/tree-eh.c | 97 ++++++++++++++---------------
gcc/tree-inline.c | 14 +++--
17 files changed, 340 insertions(+), 170 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tm/pr67811.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 296e592 Fix read of uninitialized value in make_pack_expansion()
new 08f4e8e gcc/ PR target/68772 * config/rs6000/rs6000.h (ASM_CPU_SPEC [...]
new 7a34692 Fix previous ChangeLog entry
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 | 6 ++++++
gcc/config/rs6000/rs6000.h | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr68872.c | 14 ++++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr68872.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 afc3cb5 [PATCH] Use call-clobbered register for sibcall via GOT
new 296e592 Fix read of uninitialized value in make_pack_expansion()
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 | 5 +++++
gcc/cp/pt.c | 2 ++
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 37e2d32 PR c/69002 * c-typeck.c (build_component_ref): Warn when ac [...]
new afc3cb5 [PATCH] Use call-clobbered register for sibcall via GOT
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 | 11 +++++++
gcc/config/i386/i386.c | 7 +++--
gcc/config/i386/i386.md | 33 +++++++++++++++++++++
gcc/config/i386/predicates.md | 34 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 10 +++++++
gcc/testsuite/gcc.target/i386/pr68937-1.c | 13 +++++++++
gcc/testsuite/gcc.target/i386/pr68937-2.c | 13 +++++++++
gcc/testsuite/gcc.target/i386/pr68937-3.c | 13 +++++++++
gcc/testsuite/gcc.target/i386/pr68937-4.c | 13 +++++++++
.../20080419-1.c => gcc.target/i386/pr68937-5.c} | 3 ++
gcc/testsuite/gcc.target/i386/pr68937-6.c | 16 ++++++++++
11 files changed, 157 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68937-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68937-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68937-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68937-4.c
copy gcc/testsuite/{gcc.c-torture/compile/20080419-1.c => gcc.target/i386/pr68937- [...]
create mode 100644 gcc/testsuite/gcc.target/i386/pr68937-6.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 9f27d92 This series of patches fix PR61441. This patch avoids various [...]
new 37e2d32 PR c/69002 * c-typeck.c (build_component_ref): Warn when ac [...]
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/c/ChangeLog | 6 +++
gcc/c/c-typeck.c | 12 +++++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/c11-atomic-1.c | 10 ++--
gcc/testsuite/gcc.dg/c11-atomic-4.c | 92 +++++++++++++++++++++++++++++++++++++
5 files changed, 121 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-atomic-4.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 df3be8f Add inline to std::__invfwd
new 9f27d92 This series of patches fix PR61441. This patch avoids various [...]
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 | 27 +++++++++++++++++++
gcc/fold-const-call.c | 20 +++++++++++++-
gcc/fold-const.c | 44 ++++++++++++++++++++++++------
gcc/gimple-fold.c | 8 +++---
gcc/simplify-rtx.c | 39 ++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/pr61441.c | 61 ++++++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-math-opts.c | 7 +++++
8 files changed, 190 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr61441.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.