This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/master
in repository gcc.
discards daa064a Extend STV pass to 64-bit mode
new fc21f17 Extend STV pass to 64-bit mode
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (daa064a)
\
N -- N -- N refs/heads/hjl/pr70155/master (fc21f17)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 3 +++
1 file changed, 3 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 hjl/pieces/master
in repository gcc.
discards 22601be gcc.target/i386/pieces-memset-1.c
discards 503f590 Properly align stack in gcc.target/i386/cleanup-[12].c
discards cb667e1 Update i386 piecewise move and store
discards d630944 Remove MAX_BITSIZE_MODE_ANY_INT
discards ea6cb3c Add TARGET_GEN_MEMSET_VALUE
discards 1279691 Update alignment_for_piecewise_move
discards daa064a Extend STV pass to 64-bit mode
new fc21f17 Extend STV pass to 64-bit mode
new e248a4f Update alignment_for_piecewise_move
new dd2b3a2 Add TARGET_GEN_MEMSET_VALUE
new 07ecda8 Remove MAX_BITSIZE_MODE_ANY_INT
new d1808ea Update i386 piecewise move and store
new 7723b79 Properly align stack in gcc.target/i386/cleanup-[12].c
new e0c91f9 gcc.target/i386/pieces-memset-1.c
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (22601be)
\
N -- N -- N refs/heads/hjl/pieces/master (e0c91f9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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 | 3 +++
1 file changed, 3 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 d9377ad PR c++/70001 * constexpr.c (cxx_eval_vec_init_1): Reuse CON [...]
new 5a49d85 2016-03-23 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 | 6 ++++++
gcc/config/rs6000/rs6000-cpus.def | 1 -
2 files changed, 6 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 c4fa85c PR c++/70323 * constexpr.c (cxx_eval_constant_expression): [...]
new d9377ad PR c++/70001 * constexpr.c (cxx_eval_vec_init_1): Reuse CON [...]
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/constexpr.c | 39 ++++++++++-------
gcc/testsuite/ChangeLog | 4 ++
.../{constexpr-70001-1.C => constexpr-70001-4.C} | 2 +-
gcc/testsuite/g++.dg/cpp1y/pr70001.C | 49 ++++++++++++++++++++++
5 files changed, 84 insertions(+), 15 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{constexpr-70001-1.C => constexpr-70001-4.C} (83%)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr70001.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 102ce8a PR c++/70344
new 0a2062d PR c++/69315 * cp-tree.h (defer_mark_used_calls, deferred_m [...]
new 0dfe87d PR c++/70376 * cp-gimplify.c (genericize_omp_for_stmt): Don [...]
new c4fa85c PR c++/70323 * constexpr.c (cxx_eval_constant_expression): [...]
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 | 22 +++++++++++++++++
gcc/cp/constexpr.c | 9 +++++--
gcc/cp/cp-gimplify.c | 15 ++++++++----
gcc/cp/cp-tree.h | 2 --
gcc/cp/decl.c | 19 ---------------
gcc/cp/decl2.c | 8 -------
gcc/testsuite/ChangeLog | 13 +++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-69315.C | 35 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-70323.C | 10 ++++++++
gcc/testsuite/g++.dg/cpp0x/variadic122.C | 2 +-
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c++/pr70376.C | 20 ++++++++++++++++
12 files changed, 123 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-69315.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70323.C
create mode 100644 libgomp/testsuite/libgomp.c++/pr70376.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 62d2a6d PR c++/69884 * c.opt (Wignored-attributes): New option.
new 102ce8a PR c++/70344
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/constexpr.c | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-recursion2.C | 17 +++++++++++++++++
3 files changed, 37 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-recursion2.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 a82d624 Add missing initializations in oacc testcases
new 62d2a6d PR c++/69884 * c.opt (Wignored-attributes): New option.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c.opt | 4 ++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 3 ++-
gcc/doc/invoke.texi | 10 +++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/warn/Wignored-attributes-1.C | 6 ++++++
gcc/testsuite/g++.dg/warn/Wignored-attributes-2.C | 7 +++++++
9 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wignored-attributes-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wignored-attributes-2.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.
bernie.ogden pushed a change to branch benchmarking-qt
in repository toolchain/abe.
was 70d1806 Use wget rather than curl to test for Jenkins URLs
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
bernie.ogden pushed a change to branch benchmarking
in repository toolchain/abe.
from 275a2ee HACK: Give Jenkins artifacts time to get published
adds 70d1806 Use wget rather than curl to test for Jenkins URLs
No new revisions were added by this update.
Summary of changes:
config/bench/lava/host-session | 5 ++---
1 file changed, 2 insertions(+), 3 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 4c02070 PR tree-optimization/69042 * params.def (PARAM_IV_CONSIDER_ [...]
new a82d624 Add missing initializations in oacc testcases
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 | 8 ++++++++
gcc/testsuite/c-c++-common/goacc/kernels-default.c | 2 +-
gcc/testsuite/gfortran.dg/goacc/private-3.f95 | 1 +
gcc/testsuite/gfortran.dg/goacc/routine-5.f90 | 4 ++++
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.oacc-fortran/reduction-2.f90 | 4 ++--
libgomp/testsuite/libgomp.oacc-fortran/reduction-3.f90 | 4 ++--
7 files changed, 24 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.