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 b7327dd Daily bump.
new f9543cb 2016-04-12 Eric Botcazou <ebotcazou(a)adacore.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 | 5 +++++
gcc/config/sparc/sparc.c | 17 +++++++++++------
2 files changed, 16 insertions(+), 6 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 7f2ea2f * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_si [...]
new 4ff9a8e * class.c (is_really_empty_class): A zero-length array is em [...]
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/class.c | 5 ++++-
2 files changed, 9 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 8ca5a97 [gcc] 2016-04-12 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 249ca94 PR c++/70571 * g++.dg/ext/pr70571.C: New test.
new 7f2ea2f * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_si [...]
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 | 8 +++++
gcc/config/i386/i386.c | 39 +++++++++++++---------
gcc/testsuite/ChangeLog | 8 +++++
.../c-c++-common/cilk-plus/SE/ef_error2.c | 4 +--
gcc/testsuite/g++.dg/ext/pr70571.C | 10 ++++++
5 files changed, 51 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr70571.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 e971b45 /cp 2016-04-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new 8ca5a97 [gcc] 2016-04-12 Michael Meissner <meissner(a)linux.vnet.ibm.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 | 10 ++++++++++
gcc/config/rs6000/rs6000.md | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr70640.c | 11 +++++++++++
4 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70640.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 hjl/interrupt/stage1
in repository gcc.
from d504189 Don't save mask and bound registers
new 883d8dd Add ix86_set_func_type
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/config/i386/i386.c | 64 ++++++++++++++++++++++++++++++--------------------
1 file changed, 39 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 0b54d96 PR rtl-optimization/70596 * lra-spills.c (spill_pseudos): D [...]
new e971b45 /cp 2016-04-12 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 | 6 ++++++
gcc/cp/parser.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/pr68722.C | 9 +++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr68722.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 3f94f34 2016-04-12 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 0b54d96 PR rtl-optimization/70596 * lra-spills.c (spill_pseudos): D [...]
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-spills.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70596.c | 13 +++++++++++++
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70596.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 67c7f8e 2016-04-12 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
new d2dd85e PR c++/70501
new 3f94f34 2016-04-12 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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/cp/ChangeLog | 6 +
gcc/cp/constexpr.c | 6 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/init/pr70501.C | 11 +
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/include/bits/specfun.h | 846 +++++++++++++++++++++++++++++++++++-
6 files changed, 858 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/pr70501.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 4fbe3ce Revert r234572 (aka PR testsuite/70577)
new 67c7f8e 2016-04-12 Andre Vieira <andre.simoesdiasvieira(a)arm.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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.