This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ca817a libitm: Ensure proxy privatization safety.
new 4c33b76 Move gcc.dg/parloops-exit-first-loop-alt-*.c to gcc.dg/autopar
new 164d84c Add goacc/kernels-alias-ipa-pta-4.c
new 97d5945 Release_defs in expand_omp_atomic_fetch_op
new e6db04d Move pass_expand_omp_ssa out of pass_parallelize_loops
The 4 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/omp-low.c | 6 +++++-
gcc/passes.def | 4 +---
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
...ernels-alias-ipa-pta.c => kernels-alias-ipa-pta-4.c} | 16 +++++++---------
.../{ => autopar}/parloops-exit-first-loop-alt-2.c | 1 -
.../{ => autopar}/parloops-exit-first-loop-alt-3.c | 1 -
.../{ => autopar}/parloops-exit-first-loop-alt-4.c | 1 -
.../{ => autopar}/parloops-exit-first-loop-alt-5.c | 1 -
.../{ => autopar}/parloops-exit-first-loop-alt-6.c | 1 -
.../{ => autopar}/parloops-exit-first-loop-alt-7.c | 1 -
.../parloops-exit-first-loop-alt-pr66652.c | 1 -
.../gcc.dg/{ => autopar}/parloops-exit-first-loop-alt.c | 1 -
13 files changed, 38 insertions(+), 21 deletions(-)
copy gcc/testsuite/c-c++-common/goacc/{kernels-alias-ipa-pta.c => kernels-alias-ip [...]
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-2.c (89%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-3.c (90%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-4.c (89%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-5.c (91%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-6.c (91%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-7.c (90%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt-pr66652.c (92%)
rename gcc/testsuite/gcc.dg/{ => autopar}/parloops-exit-first-loop-alt.c (91%)
--
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 673441b PR target/68609 * gcc.target/powerpc/recip-6. [...]
new 0ca817a libitm: Ensure proxy privatization safety.
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:
libitm/ChangeLog | 7 +++
libitm/method-gl.cc | 16 +++--
libitm/method-ml.cc | 15 +++++
libitm/testsuite/libitm.c/priv-1.c | 116 +++++++++++++++++++++++++++++++++++++
4 files changed, 149 insertions(+), 5 deletions(-)
create mode 100644 libitm/testsuite/libitm.c/priv-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 a94ab16 Optimise hash_table::empty
new 673441b PR target/68609 * gcc.target/powerpc/recip-6. [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/powerpc/recip-6.c | 2 +-
gcc/testsuite/gcc.target/powerpc/recip-7.c | 2 +-
3 files changed, 8 insertions(+), 2 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 hjl/pr69299
in repository gcc.
discards 5cd70c4 Call constraint_satisfied_p to check memory operand
new 6a11c09 Call constraint_satisfied_p to check memory operand
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 (5cd70c4)
\
N -- N -- N refs/heads/hjl/pr69299 (6a11c09)
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:
--
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/pr69299
in repository gcc.
discards bb734ea Use satisfies_memory_constraint_p on CT_MEMORY
new 5cd70c4 Call constraint_satisfied_p to check memory operand
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 (bb734ea)
\
N -- N -- N refs/heads/hjl/pr69299 (5cd70c4)
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/genpreds.c | 1 -
gcc/ira-costs.c | 5 +++--
gcc/ira.c | 7 +------
gcc/lra-constraints.c | 2 +-
gcc/recog.c | 9 +++------
5 files changed, 8 insertions(+), 16 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 hjl/pr69299
in repository gcc.
discards 659c0aa Skip bad memory operand
discards f96b64f Use define_memory_constraint on Bm constraint
new 45ea1f3 Use define_memory_constraint on Bm constraint
new bb734ea Use satisfies_memory_constraint_p on CT_MEMORY
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 (659c0aa)
\
N -- N -- N refs/heads/hjl/pr69299 (bb734ea)
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 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/genpreds.c | 1 +
gcc/ira-costs.c | 3 ++-
gcc/ira.c | 7 ++++++-
gcc/lra-constraints.c | 2 +-
gcc/recog.c | 3 ++-
5 files changed, 12 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 master
in repository gcc.
from a473120 Clean up some minor white space issues in trans-decl.c and tr [...]
new a94ab16 Optimise hash_table::empty
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/hash-table.h | 10 +++++++---
2 files changed, 14 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 1263405 PR diagnostic/68899: fix read-beyond-buffer when printing ver [...]
new a473120 Clean up some minor white space issues in trans-decl.c and tr [...]
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/trans-decl.c | 18 +++++++++---------
gcc/fortran/trans-expr.c | 2 +-
2 files changed, 10 insertions(+), 10 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 90153ae Fix PR c++/69091 (ICE with operator overload having 'auto' re [...]
new 1263405 PR diagnostic/68899: fix read-beyond-buffer when printing ver [...]
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/diagnostic-show-locus.c | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.