This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5eef101 [c-family/49654/49655] reject invalid options in pragma diagnostic
new 7013cc7 AVX-512. Fix emit in '*<mshift><mode>3' pattern.
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 | 5 +++++
gcc/config/i386/i386.md | 2 +-
2 files changed, 6 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 6afb595 gcc/ PR target/67391 * config/sh/sh.md (addsi3, *addsi3_com [...]
new 5eef101 [c-family/49654/49655] reject invalid options in pragma diagnostic
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 | 6 +++++
gcc/c-family/ChangeLog | 7 ++++++
gcc/c-family/c-pragma.c | 46 +++++++++++++++++++++++++-----------
gcc/opts-global.c | 2 +-
gcc/opts.h | 1 +
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pragma-diag-6.c | 5 ++++
7 files changed, 57 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pragma-diag-6.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 6e3d7d4 [AArch64] Fix vcvt_high_f64_f32 and vcvt_figh_f32_f64 intrinsics.
new 6afb595 gcc/ PR target/67391 * config/sh/sh.md (addsi3, *addsi3_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/ChangeLog | 6 ++++++
gcc/config/sh/sh.md | 10 +---------
2 files changed, 7 insertions(+), 9 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 gcc-5-branch
in repository gcc.
from cd9a1d1 [ARM] PR 67439: Allow matching of *arm32_movhf when -mrestric [...]
new d6a0657 gcc/ Backport from mainline 2015-09-23 Oleg Endo <olegend [...]
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 | 9 +++++++++
gcc/config/sh/sh.md | 10 +---------
2 files changed, 10 insertions(+), 9 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 22d6391 Limit number of symlinks that canonical() will resolve
new 6e3d7d4 [AArch64] Fix vcvt_high_f64_f32 and vcvt_figh_f32_f64 intrinsics.
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 | 7 ++
gcc/config/aarch64/aarch64-simd.md | 38 ++++++++-
gcc/testsuite/ChangeLog | 4 +
.../aarch64/advsimd-intrinsics/vcvt_high_1.c | 98 ++++++++++++++++++++++
4 files changed, 145 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcvt_high_1.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 4a7ab35 2015-09-23 Richard Biener <rguenther(a)suse.de>
new 459de46 Fix filesystem::create_directories() function
new 8dabee1 Fix semantics of Filesystem TS directory iterators
new 22d6391 Limit number of symlinks that canonical() will resolve
The 3 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 | 40 ++++++++
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/config.h.in | 6 +-
libstdc++-v3/configure | 2 +-
libstdc++-v3/include/experimental/fs_dir.h | 34 ++++---
libstdc++-v3/src/filesystem/dir.cc | 108 ++++++++++-----------
libstdc++-v3/src/filesystem/ops.cc | 107 ++++++++++++--------
.../directory_iterator.cc} | 47 +++++----
.../iterators/recursive_directory_iterator.cc | 104 ++++++++++++++++++++
.../{canonical.cc => create_directories.cc} | 43 ++++----
10 files changed, 344 insertions(+), 149 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/{operations/canonical.cc => it [...]
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/recurs [...]
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{canonical.cc => cr [...]
--
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 ab0a0ac AVX-512. Add kshift[lr][bwdq]. Fix iterator.
new 4a7ab35 2015-09-23 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/tree-ssa/restrict2.C | 3 +--
gcc/tree-ssa-structalias.c | 12 ++++++------
4 files changed, 16 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 gcc-5-branch
in repository gcc.
from 1b44ebe [Aarch64][target/PR 67143][5.2] Backport correct constraints [...]
new cd9a1d1 [ARM] PR 67439: Allow matching of *arm32_movhf when -mrestric [...]
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 | 9 +++++++++
gcc/config/arm/arm.md | 5 +++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arm/pr67439_1.c | 11 +++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr67439_1.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 ee939e3 Daily bump.
new 1b44ebe [Aarch64][target/PR 67143][5.2] Backport correct constraints [...]
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 | 14 ++++++++++++++
gcc/config/aarch64/atomics.md | 6 +++---
gcc/config/aarch64/iterators.md | 13 ++++++++++---
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr67143.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/atomic-op-imm.c | 14 +++++++++++++-
6 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67143.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 hsa
in repository gcc.
from 0311808d Remove the obsolete non-plugin execution path from libgomp
new 6d9df15 HSA: add new gate predicate
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.hsa | 6 ++++++
gcc/hsa-gen.c | 18 +++++++-----------
gcc/hsa.h | 13 +++++++++++++
3 files changed, 26 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.