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 09222d2 [PR libgomp/69414] Fix handling of subarrays with update directive
new dcd82de 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 master
in repository gcc.
from 7a6265d PR testsuite/70581 * gcc.dg/lto/simd-function_0.c: New test.
new e15548b 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-4_9-branch
in repository gcc.
from b53767e Daily bump.
new ef2a436 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 master
in repository gcc.
from a96a771 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field. [...]
new 7a6265d PR testsuite/70581 * gcc.dg/lto/simd-function_0.c: New test.
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 | 3 +++
gcc/testsuite/gcc.dg/lto/simd-function_0.c | 1 +
2 files changed, 4 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 508dd60 2016-04-07 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new a96a771 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field. [...]
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/cgraph.h | 5 +
gcc/config/i386/i386.c | 7 +-
gcc/omp-low.c | 160 ++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/c-c++-common/attr-simd-2.c | 2 +
gcc/testsuite/c-c++-common/attr-simd-4.c | 4 +
gcc/testsuite/c-c++-common/attr-simd.c | 4 +
gcc/testsuite/gcc.dg/gomp/simd-clones-2.c | 3 +
gcc/testsuite/gcc.dg/gomp/simd-clones-3.c | 2 +
10 files changed, 164 insertions(+), 42 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.
git pushed a change to branch master
in repository dejagnu.
from aa3debb * runtest.exp: Remove defunct and undocumented --tool_root option.
new 8350550 * doc/dejagnu.texi (Global config file): Put before node 'Lo [...]
new 284773c * lib/remote.exp (remnote_download): Create a remote directo [...]
new 1de22bf * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node. [...]
new a5fe563 * lib/remote.exp (remote_exec): Join cd $remotedir and $prog [...]
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:
ChangeLog | 25 +++++++++++
config/unix.exp | 3 +-
doc/dejagnu.texi | 132 +++++++++++++++++++++++++++----------------------------
lib/remote.exp | 24 +++++++++-
4 files changed, 116 insertions(+), 68 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 e283bb4 Avoid needless unsharing during constexpr evaluation (PR c++/70452)
new 508dd60 2016-04-07 Thomas Preud'homme <thomas.preudhomme(a)arm.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/pr70496.c | 1 +
2 files changed, 6 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 1b61585 Scan for parallelization of the oacc kernels test-cases in gf [...]
new e283bb4 Avoid needless unsharing during constexpr evaluation (PR c++/70452)
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 | 12 ++++++++++++
gcc/cp/constexpr.c | 40 ++++++++++++++++++++++++++++++++--------
2 files changed, 44 insertions(+), 8 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 371df5e * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.
new 1b61585 Scan for parallelization of the oacc kernels test-cases in gf [...]
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 | 12 ++++++++++++
gcc/testsuite/gfortran.dg/goacc/kernels-loop-2.f95 | 2 ++
gcc/testsuite/gfortran.dg/goacc/kernels-loop-data-2.f95 | 1 +
.../gfortran.dg/goacc/kernels-loop-data-enter-exit-2.f95 | 2 ++
.../gfortran.dg/goacc/kernels-loop-data-enter-exit.f95 | 2 ++
gcc/testsuite/gfortran.dg/goacc/kernels-loop-data-update.f95 | 2 ++
gcc/testsuite/gfortran.dg/goacc/kernels-loop-data.f95 | 2 ++
gcc/testsuite/gfortran.dg/goacc/kernels-loop-n.f95 | 3 +++
gcc/testsuite/gfortran.dg/goacc/kernels-loop.f95 | 2 ++
9 files changed, 28 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.