This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2ed4d1b Do not use libiberty's getpagesize on Android
new d3baedc 2015-11-06 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/gfortran.dg/warn_unused_function_2.f90 | 9 +++++++++
2 files changed, 15 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 7821c1b * gimplify.c (gimplify_omp_ordered): Fix up diagnostics wor [...]
new 2ed4d1b Do not use libiberty's getpagesize on Android
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:
libiberty/ChangeLog | 6 ++++++
libiberty/configure | 6 ++++++
libiberty/configure.ac | 6 ++++++
3 files changed, 18 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 309c21e * gcc.dg/pragma-diag-5.c: Make test cases unique.
new 7821c1b * gimplify.c (gimplify_omp_ordered): Fix up diagnostics wor [...]
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 | 10 ++
gcc/gimplify.c | 6 +-
gcc/omp-low.c | 183 +++++++++++++++------
gcc/testsuite/ChangeLog | 19 +++
.../c-c++-common/goacc-gomp/nesting-fail-1.c | 12 +-
gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c | 24 +--
gcc/testsuite/c-c++-common/gomp/cancel-1.c | 77 ++++++++-
gcc/testsuite/c-c++-common/gomp/clauses-4.c | 34 +++-
gcc/testsuite/c-c++-common/gomp/doacross-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/nesting-2.c | 154 +++++++++++++++++
gcc/testsuite/c-c++-common/gomp/nesting-warn-1.c | 12 +-
gcc/testsuite/c-c++-common/gomp/ordered-3.c | 12 ++
gcc/testsuite/c-c++-common/gomp/ordered-4.c | 54 ++++++
gcc/testsuite/g++.dg/gomp/ordered-2.C | 2 +-
gcc/testsuite/gcc.dg/gomp/ordered-2.c | 2 +-
.../gfortran.dg/goacc/parallel-kernels-regions.f95 | 20 +--
gcc/testsuite/gfortran.dg/gomp/target3.f90 | 2 +-
17 files changed, 524 insertions(+), 103 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/nesting-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/ordered-4.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 76fd4c5 do not collect cold loops in scops
new 309c21e * gcc.dg/pragma-diag-5.c: Make test cases unique.
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 | 4 ++++
gcc/testsuite/gcc.dg/pragma-diag-5.c | 2 +-
2 files changed, 5 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 ed1545d libgo: Solaris portability fixes.
new 6d0cb5b * testsuite/26_numerics/complex/requirements/constexpr.cc * [...]
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:
libstdc++-v3/ChangeLog | 6 ++++++
.../26_numerics/complex/requirements/constexpr_functions.cc | 2 +-
.../testsuite/26_numerics/complex/value_operations/constexpr.cc | 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 master
in repository gcc.
from 1b6b591 PR debug/66728 * dwarf2out.c (get_full_len): Return a value [...]
new b631bff [AArch64] Fix vqtb[lx][234] on big-endian
new 9e3b8c1 Do not allow irreducible loops/regions in a scop
new d0c3357 enable loop fusion on isl-15
new 76fd4c5 do not collect cold loops in scops
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 | 44 ++
gcc/config/aarch64/aarch64-simd-builtins.def | 22 +-
gcc/config/aarch64/aarch64-simd.md | 66 +-
gcc/config/aarch64/arm_neon.h | 822 ++++++++++++-------------
gcc/graphite-optimize-isl.c | 2 +-
gcc/graphite-scop-detection.c | 18 +-
gcc/testsuite/ChangeLog | 13 +-
gcc/testsuite/gcc.dg/graphite/fuse-1.c | 43 ++
gcc/testsuite/gcc.dg/graphite/fuse-2.c | 43 ++
gcc/testsuite/gcc.dg/graphite/interchange-13.c | 1 -
10 files changed, 618 insertions(+), 456 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/fuse-1.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/fuse-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.
unknown user pushed a change to branch master
in repository gcc.
from f047900 Reimplement diagnostic_show_locus, introducing rich_location classes
new 1b6b591 PR debug/66728 * dwarf2out.c (get_full_len): Return a value [...]
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 | 12 ++++++++++++
gcc/dwarf2out.c | 19 +++++++++++++------
gcc/rtl.h | 1 +
3 files changed, 26 insertions(+), 6 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 cd4fcdb [Patch AArch64] Switch constant pools to separate rodata sections.
new ed1545d libgo: Solaris portability fixes.
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 +-
libgo/Makefile.am | 14 ++++++++++++--
libgo/Makefile.in | 9 ++++++---
libgo/go/net/tcpsockopt_solaris.go | 24 ++++++++----------------
libgo/go/syscall/exec_bsd.go | 6 ++----
libgo/go/syscall/exec_linux.go | 11 +++--------
libgo/go/syscall/exec_unix.go | 6 +++---
libgo/go/syscall/exec_unix_test.go | 2 +-
libgo/go/syscall/libcall_bsd.go | 27 +++++++++++++++++++++++++++
libgo/runtime/go-varargs.c | 1 +
10 files changed, 64 insertions(+), 38 deletions(-)
create mode 100644 libgo/go/syscall/libcall_bsd.go
--
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 025772b libstdc++v3: Explicitly disable carets and colorization withi [...]
new cd4fcdb [Patch AArch64] Switch constant pools to separate rodata sections.
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 | 10 ++++++++++
gcc/config/aarch64/aarch64.c | 32 +++++++++++++++++++++++---------
2 files changed, 33 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.