This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 25072a477a5 OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target [...]
new 9d804f9b270 analyzer: add symbol base class, moving region id to there [...]
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/Makefile.in | 1 +
gcc/analyzer/region-model-manager.cc | 100 +++++++++++----------
gcc/analyzer/region-model-manager.h | 9 +-
gcc/analyzer/region-model.cc | 21 +++--
gcc/analyzer/region.cc | 19 ++--
gcc/analyzer/region.h | 61 ++++++-------
gcc/analyzer/svalue.cc | 20 +++--
gcc/analyzer/svalue.h | 86 +++++++++---------
gcc/{text-art/box-drawing.h => analyzer/symbol.cc} | 27 ++++--
gcc/{text-art/box-drawing.h => analyzer/symbol.h} | 37 ++++++--
10 files changed, 215 insertions(+), 166 deletions(-)
copy gcc/{text-art/box-drawing.h => analyzer/symbol.cc} (62%)
copy gcc/{text-art/box-drawing.h => analyzer/symbol.h} (51%)
--
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 glibc.
from b40f5f84c4 NEWS: Insert autogenerated list of fixed bugs
new 7dfa534ef0 malloc: Fix set-freeres.c with gcc 6
new 0eb6b2725b sunrpc: Fix netname build with older gcc
new 648c3b574d powerpc: Fix powerpc64 strchrnul build with old gcc
new df43ea489c posix: Fix test-errno build with fortify enable
new f8f9a27257 i386: Fix build with --enable-fortify=3
new 0b1a76c577 i386: Remove memset_chk-nonshared.S
new dbc4b032dc linux: Fix i686 with gcc6
new 784ae96811 string: Fix tester build with fortify enable with gcc 6
The 8 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:
malloc/set-freeres.c | 46 ++++++++++++++++++++++
posix/test-errno.c | 8 +++-
string/tester.c | 9 +++++
sunrpc/netname.c | 4 ++
sysdeps/i386/i686/memset.S | 2 +-
sysdeps/i386/i686/multiarch/Makefile | 5 ---
sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 21 ----------
.../i386/i686/multiarch/memmove_chk-nonshared.S | 21 ----------
.../i386/i686/multiarch/mempcpy_chk-nonshared.S | 21 ----------
sysdeps/i386/i686/multiarch/memset-ia32.S | 9 +++--
sysdeps/i386/i686/multiarch/memset_chk-nonshared.S | 21 ----------
sysdeps/powerpc/powerpc64/multiarch/strchrnul.c | 14 +++----
sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 9 +++++
13 files changed, 88 insertions(+), 102 deletions(-)
delete mode 100644 sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S
delete mode 100644 sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S
delete mode 100644 sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S
delete mode 100644 sysdeps/i386/i686/multiarch/memset_chk-nonshared.S
--
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 c194a413369 testsuite: Fix gfortran.dg/ieee/comparisons_3.F90 testsuite [...]
new 25072a477a5 OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target [...]
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:
include/cuda/cuda.h | 85 ++++
libgomp/libgomp-plugin.h | 7 +
libgomp/libgomp.h | 2 +
libgomp/libgomp.texi | 5 +
libgomp/oacc-host.c | 2 +
libgomp/plugin/cuda-lib.def | 3 +
libgomp/plugin/plugin-nvptx.c | 116 +++++
libgomp/target.c | 152 +++++-
libgomp/testsuite/libgomp.c/target-12.c | 6 +-
libgomp/testsuite/libgomp.fortran/target-12.f90 | 6 +-
.../libgomp.fortran/target-memcpy-rect-1.f90 | 531 +++++++++++++++++++++
11 files changed, 884 insertions(+), 31 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-rect-1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.