This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from d3530c67c [GCOV] Add a test for function defined on one line (follow-up [...]
new 376be7945 Handle NetBSD alias for pthread_sigmask
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:
lib/tsan/rtl/tsan_interceptors.cc | 3 +++
lib/tsan/rtl/tsan_interceptors.h | 4 ++++
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 openacc-gcc-8-branch
in repository gcc.
from 6781e2dd994 [og8] More goacc_parlevel enhancements
new d31444337f7 [OpenACC] Attach / Detach generic infrastructure
new 341223b33f6 [OpenACC] Attach / Detach C FE changes
new 00a92913a7f [OpenACC] Attach / Detach C++ FE changes
new 85361f23f18 [OpenACC] Attach / Detach tests
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.openacc | 10 +++++
gcc/c-family/ChangeLog.openacc | 5 +++
gcc/c-family/c-pragma.h | 2 +
gcc/c/ChangeLog.openacc | 15 +++++++
gcc/c/c-parser.c | 27 +++++++++++-
gcc/c/c-typeck.c | 55 +++++++++++++++++++++++--
gcc/cp/ChangeLog.openacc | 17 ++++++++
gcc/cp/parser.c | 28 ++++++++++++-
gcc/cp/semantics.c | 71 ++++++++++++++++++++++++++++----
gcc/gimplify.c | 12 ++++--
gcc/omp-low.c | 3 ++
gcc/testsuite/ChangeLog.openacc | 6 +++
gcc/testsuite/c-c++-common/goacc/mdc-1.c | 54 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/mdc-2.c | 62 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/mdc.C | 68 ++++++++++++++++++++++++++++++
gcc/tree-pretty-print.c | 9 ++++
include/ChangeLog.openacc | 5 +++
include/gomp-constants.h | 9 ++++
18 files changed, 443 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/mdc-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/mdc-2.c
create mode 100644 gcc/testsuite/g++.dg/goacc/mdc.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 llvm.
from b79937c9738 [DAG] Add const variants for BaseIndexOffset functions.
new 14842a4c81b [GCOV] Function counters are wrong when on one line
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:
lib/Transforms/Instrumentation/GCOVProfiling.cpp | 7 +++----
1 file changed, 3 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 compiler-rt.
from 7ce5daddb Cast the return value of _Unwind_GetIP() to uptr
new d3530c67c [GCOV] Add a test for function defined on one line (follow-up [...]
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:
test/profile/Inputs/instrprof-gcov-one-line-function.c | 11 +++++++++++
.../Inputs/instrprof-gcov-one-line-function.c.gcov | 16 ++++++++++++++++
test/profile/instrprof-gcov-one-line-function.test | 9 +++++++++
3 files changed, 36 insertions(+)
create mode 100644 test/profile/Inputs/instrprof-gcov-one-line-function.c
create mode 100644 test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
create mode 100644 test/profile/instrprof-gcov-one-line-function.test
--
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 df730726362 * gcov.c (output_lines): Remove duplicate line.
new 7139bef3ca3 /cp 2018-10-30 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 | 5 +++++
gcc/cp/decl.c | 2 +-
gcc/testsuite/ChangeLog | 15 +++++++++++++++
.../g++.dg/cpp1z/has-unique-obj-representations1.C | 2 +-
gcc/testsuite/g++.dg/ext/flexarray-mangle-2.C | 2 +-
gcc/testsuite/g++.dg/ext/flexarray-mangle.C | 2 +-
gcc/testsuite/g++.dg/ext/flexarray-subst.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary10.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary11.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary14.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary16.C | 4 ++--
gcc/testsuite/g++.dg/ext/flexary26.C | 4 ++--
gcc/testsuite/g++.dg/ext/flexary27.C | 4 ++--
gcc/testsuite/g++.dg/ext/flexary7.C | 8 ++++----
gcc/testsuite/g++.dg/ext/pr71290.C | 6 +++---
15 files changed, 41 insertions(+), 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/binutils-gdb.
from fde907c18c Automatic date update in version.in
adds 8081781f5b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/binutils-gdb.
from 80e24d0986 Revert "GDBSERVER: Listen on a unix domain (instead of TCP) [...]
adds 9c3adfb9a4 Automatic date update in version.in
adds fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 9 +++++++++
gdb/common/offset-type.h | 18 +-----------------
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
7 files changed, 31 insertions(+), 29 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 80e24d0986 Revert "GDBSERVER: Listen on a unix domain (instead of TCP) [...]
adds 9c3adfb9a4 Automatic date update in version.in
adds fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 9 +++++++++
gdb/common/offset-type.h | 18 +-----------------
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
7 files changed, 31 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.