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 01f83c6 Daily bump.
new 2f67eff [ARM] Fix 4.9 backport of "armv8 linux toolchain asan testcas [...]
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/arm/sync.md | 4 ++--
2 files changed, 7 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 d02e467 [PATCH][AARCH64][PR66776]Add cmovdi_insn_uxtw pattern.
new 6cfec26 gcc/ * config/sh/sh.md: Add new unnamed split pattern to han [...]
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/sh/sh.md | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 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 9db2fa6 MAINTAINERS: Update email address.
new d02e467 [PATCH][AARCH64][PR66776]Add cmovdi_insn_uxtw 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/aarch64/aarch64.md | 12 ++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr66776.c | 10 ++++++++++
4 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr66776.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 1006f7a * gcc-interface/lang.opt (fbuiltin-printf): Accept. * gcc-i [...]
new 9db2fa6 MAINTAINERS: Update email address.
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:
ChangeLog | 4 ++++
MAINTAINERS | 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 b185c08 2015-10-02 Louis Krupp <louis.krupp(a)zoho.com>
new 1006f7a * gcc-interface/lang.opt (fbuiltin-printf): Accept. * gcc-i [...]
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/ada/ChangeLog | 8 ++++++++
gcc/ada/gcc-interface/lang-specs.h | 12 ++++++------
gcc/ada/gcc-interface/lang.opt | 6 +++++-
gcc/ada/gcc-interface/misc.c | 5 +++++
4 files changed, 24 insertions(+), 7 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 38be10c Delete undesirable svn:executable property
new 9bd2851 * gcc-interface/ada-tree.h (DECL_RESTRICTED_ALIASING_P): New [...]
new 666f66b Back out improper commit
new a8fd51c * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Warnings>: R [...]
new b185c08 2015-10-02 Louis Krupp <louis.krupp(a)zoho.com>
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 | 4 ++
gcc/ada/ChangeLog | 18 ++++++
gcc/ada/gcc-interface/ada-tree.h | 15 +++++
gcc/ada/gcc-interface/decl.c | 11 ++--
gcc/ada/gcc-interface/trans.c | 115 ++++++++++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/gnat.dg/vect15.adb | 15 +++++
gcc/testsuite/gnat.dg/vect15.ads | 8 +++
gcc/testsuite/gnat.dg/vect16.adb | 16 ++++++
gcc/testsuite/gnat.dg/vect16.ads | 8 +++
gcc/testsuite/gnat.dg/vect17.adb | 15 +++++
gcc/testsuite/gnat.dg/vect17.ads | 8 +++
gcc/testsuite/gnat.dg/vect18.adb | 17 ++++++
gcc/testsuite/gnat.dg/vect18.ads | 8 +++
gcc/testsuite/gnat.dg/warn13.adb | 11 ++++
15 files changed, 265 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/vect15.adb
create mode 100644 gcc/testsuite/gnat.dg/vect15.ads
create mode 100644 gcc/testsuite/gnat.dg/vect16.adb
create mode 100644 gcc/testsuite/gnat.dg/vect16.ads
create mode 100644 gcc/testsuite/gnat.dg/vect17.adb
create mode 100644 gcc/testsuite/gnat.dg/vect17.ads
create mode 100644 gcc/testsuite/gnat.dg/vect18.adb
create mode 100644 gcc/testsuite/gnat.dg/vect18.ads
create mode 100644 gcc/testsuite/gnat.dg/warn13.adb
--
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 cf40f9a [Patch AArch64] Improve SIMD concatenation with zeroes
new a481682 [RTL ifcvt] PR 67786, 67787: Check that intermediate instruct [...]
new 38be10c Delete undesirable svn:executable property
The 2 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/ifcvt.c | 3 +-
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.dg/pr67786.c | 20 ++++++++++
gcc/testsuite/gcc.dg/pr67787.c | 43 ++++++++++++++++++++++
.../gfortran.dg/string_array_constructor_1.f90 | 0
.../gfortran.dg/string_array_constructor_2.f90 | 0
7 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67786.c
create mode 100644 gcc/testsuite/gcc.dg/pr67787.c
mode change 100755 => 100644 gcc/testsuite/gfortran.dg/string_array_constructor_1.f90
mode change 100755 => 100644 gcc/testsuite/gfortran.dg/string_array_constructor_2.f90
--
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 f431d6b * gcc-interface/trans.c (find_loop_for): Use FOR_EACH_VEC_EL [...]
new cf40f9a [Patch AArch64] Improve SIMD concatenation with zeroes
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 | 30 ++++++++++++++--------
gcc/testsuite/ChangeLog | 4 +++
.../gcc.target/aarch64/vect_combine_zeroes_1.c | 24 +++++++++++++++++
4 files changed, 55 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_combine_zeroes_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 afb9222 2015-10-02 Richard Biener <rguenther(a)suse.de>
new 65d029a PR target/51726 * config/i386/winnt.c (ix86_handle_selectan [...]
new df85066 PR target/51726 * g++.dg/ext/selectany2.C: Al [...]
new f431d6b * gcc-interface/trans.c (find_loop_for): Use FOR_EACH_VEC_EL [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/ada/ChangeLog | 9 ++++++++-
gcc/ada/gcc-interface/trans.c | 13 ++++++-------
gcc/config/i386/winnt.c | 36 +++++++++++++----------------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ext/selectany2.C | 2 +-
6 files changed, 40 insertions(+), 32 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 37e2301 Daily bump.
new eb090b2 S/390: Add missing brackets.
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 | 8 ++++++++
gcc/config/s390/s390.c | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.