This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 441f907 PR c++/67523 * gimplify.c (gimplify_omp_for): If inner stmt [...]
new 052cc53 doc/install.texi: Mention contrib/download_prerequisites
new ed8e76e Fix typo in doc/install.texi
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 | 5 +++++
gcc/doc/install.texi | 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 dc72899 PR middle-end/67521 * gimplify.c (gimplify_omp_for): Don't [...]
new 1539250 PR c++/67522 * semantics.c (handle_omp_array_sections_1): O [...]
new 441f907 PR c++/67523 * gimplify.c (gimplify_omp_for): If inner stmt [...]
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 | 4 ++++
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/semantics.c | 11 +++++++----
gcc/gimplify.c | 20 +++++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/gomp/pr67522.C | 26 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/pr67523.C | 29 +++++++++++++++++++++++++++++
7 files changed, 94 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67522.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67523.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 9e96628 Daily bump.
new 477fa9f PR c/67502 * c-parser.c (c_parser_omp_for_loop): Emit DECL_ [...]
new d9664f5 PR c++/67511 * semantics.c (handle_omp_for_class_iterator): [...]
new e228b0a PR c++/67514 * gimplify.c (gimplify_omp_for): For loop SIMD [...]
new 62f9c7c PR middle-end/67517 * gimplify.c (gimplify_scan_omp_clauses [...]
new 10ffd72 PR middle-end/67521 * gimplify.c (gimplify_omp_for): Don't [...]
new f020a57 PR c++/67522 * semantics.c (handle_omp_array_sections_1): O [...]
new 50e7d11 PR c++/67523 * gimplify.c (gimplify_omp_for): If inner stmt [...]
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/ChangeLog | 21 ++++++++
gcc/c/ChangeLog | 6 +++
gcc/c/c-parser.c | 20 ++++++-
gcc/cp/ChangeLog | 13 +++++
gcc/cp/semantics.c | 14 +++--
gcc/gimplify.c | 90 +++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 23 ++++++++
gcc/testsuite/c-c++-common/gomp/pr67502.c | 16 ++++++
gcc/testsuite/c-c++-common/gomp/pr67517.c | 13 +++++
gcc/testsuite/c-c++-common/gomp/pr67521.c | 20 +++++++
gcc/testsuite/g++.dg/gomp/pr67511.C | 20 +++++++
gcc/testsuite/g++.dg/gomp/pr67514.C | 30 +++++++++++
gcc/testsuite/g++.dg/gomp/pr67522.C | 26 +++++++++
gcc/testsuite/g++.dg/gomp/pr67523.C | 29 ++++++++++
14 files changed, 312 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67502.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67517.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67521.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67511.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67514.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67522.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67523.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 85334a2 compiler: Don't allow shifts with non-integers.
new d2b2788 PR c/67502 * c-parser.c (c_parser_omp_for_loop): Emit DECL_ [...]
new 3a869c1 PR c++/67511 * semantics.c (handle_omp_for_class_iterator): [...]
new 36c158d PR c++/67514 * gimplify.c (gimplify_omp_for): For loop SIMD [...]
new e56218b PR middle-end/67517 * gimplify.c (gimplify_scan_omp_clauses [...]
new dc72899 PR middle-end/67521 * gimplify.c (gimplify_omp_for): Don't [...]
The 5 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 | 17 ++++++++
gcc/c/ChangeLog | 6 +++
gcc/c/c-parser.c | 20 ++++++++-
gcc/cp/ChangeLog | 6 +++
gcc/cp/semantics.c | 3 +-
gcc/gimplify.c | 70 +++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 17 ++++++++
gcc/testsuite/c-c++-common/gomp/pr67502.c | 16 +++++++
gcc/testsuite/c-c++-common/gomp/pr67517.c | 13 ++++++
gcc/testsuite/c-c++-common/gomp/pr67521.c | 20 +++++++++
gcc/testsuite/g++.dg/gomp/pr67511.C | 20 +++++++++
gcc/testsuite/g++.dg/gomp/pr67514.C | 30 +++++++++++++
12 files changed, 218 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67502.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67517.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67521.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67511.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67514.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 bernie/benchmarking-logging
in repository toolchain/abe.
from d2510ae Use xargs rather than expansion to kill sleeper
adds 2bc136c Be more space efficient with target tarball extraction
adds 5bb9e50 Be more space efficient with host tarball extraction
adds 992fa44 On early failure, report completion to host
adds 942d221 Add xz-utils to host deps
adds ca3e04a Correct comment about toolchain req for prebuilt case
adds 55f0440 Take only first IP output by hostname -I
adds 95dbbd6 Invoke runbenchmark.sh directly when running-only
adds 17610b1 Only download tarball if we need it
adds 62ec0e4 Make target compression-algorithm-agnostic
adds 4b002a9 Detect failure to scp tarball
adds 5adbe64 Add gfortran to host dependencies
adds 9ab8f4b Let target name its config file
adds a0211c6 Rename target_type to config and update messages
adds 65875e1 A couple of new comments
adds 413e55e Add some job definition templates
adds 51104c5 Add monthly benchmarking templates
adds b03f630 Some belt-and-braces permissions
No new revisions were added by this update.
Summary of changes:
.../bench/jobdefs/templates/cint2006-kvm_x2.json | 89 +++++++++++++++
.../cint2006_aarch32_pre-juno_a57_x1.json | 90 +++++++++++++++
.../templates/cint2006_aarch64-juno_a57_x1.json | 90 +++++++++++++++
.../cfp2006_aarch32-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cfp2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cint2006_aarch32_juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cint2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
config/bench/lava/host-session | 11 +-
config/bench/lava/host-session.yaml | 2 +
config/bench/lava/target-session | 1 +
config/bench/lava/target-session-kvm.yaml | 4 +-
config/bench/lava/target-session.yaml | 4 +-
scripts/Benchmark.job | 74 ++++++++-----
scripts/runbenchmark.sh | 22 ++--
14 files changed, 837 insertions(+), 42 deletions(-)
create mode 100644 config/bench/jobdefs/templates/cint2006-kvm_x2.json
create mode 100644 config/bench/jobdefs/templates/cint2006_aarch32_pre-juno_a57_x1.json
create mode 100644 config/bench/jobdefs/templates/cint2006_aarch64-juno_a57_x1.json
create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch32-juno_a53 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch64-juno_a53 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch32_juno_a5 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch64-juno_a5 [...]
--
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 bernie/benchmarking-logging
in repository toolchain/abe.
discards ad0de24 WIP
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/bernie/benchmarking-logging (d2510ae)
\
O -- O -- O (ad0de24)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
config/CPU2006.conf | 2 --
scripts/benchmark.sh | 24 ++++++------------------
scripts/controlledrun.sh | 3 ---
3 files changed, 6 insertions(+), 23 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 f6f4600 Daily bump.
new 85334a2 compiler: Don't allow shifts with non-integers.
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 +-
gcc/go/gofrontend/expressions.cc | 6 ++++++
2 files changed, 7 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 dejagnu.
from e7d7a3e * lib/remote.exp (close_wait_program): New procedure. (loca [...]
new f4d9a70 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
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 ++++
baseboards/multi-sim.exp | 7 ++++++-
2 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 b27697c * config/nvptx/nvptx.md (call_operation): Move bound out of [...]
new f6f4600 Daily bump.
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/DATESTAMP | 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 bcf5947 PR middle-end/67512 * tree-ssa-uninit.c (pred_equal_p): Onl [...]
new 9e96628 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.