This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 93182da * fold-const.c (operand_equal_p): Do not verify that types a [...]
new 8c1cab2 gcc/ChangeLog
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/avr/predicates.md | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/avr/pr67839.c | 29 +++++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr67839.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 209f026 2015-10-28 Richard Biener <rguenther(a)suse.de>
new 93182da * fold-const.c (operand_equal_p): Do not verify that types a [...]
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/fold-const.c | 3 ---
2 files changed, 5 insertions(+), 3 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 d63986a Generate constraints only once in intra_create_variable_infos
new 209f026 2015-10-28 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/gimple-match-head.c | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/operand-equal-2.c | 4 ++--
4 files changed, 13 insertions(+), 3 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 dddc32c Handle noplt in call expanders for AArch64.
new b2fe95f Improve alias dump info
new d63986a Generate constraints only once in intra_create_variable_infos
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 | 26 ++++++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +-
gcc/tree-ssa-structalias.c | 114 +++++++++++++++------------
4 files changed, 95 insertions(+), 51 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 e0a9def * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New. * te [...]
new dddc32c Handle noplt in call expanders for AArch64.
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 | 24 ++++++++++++++----------
2 files changed, 19 insertions(+), 10 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 f6b35aa 2015-10-28 Richard Biener <rguenther(a)suse.de>
new b3787ae * config/nvptx/nvptx.h (struct machine_function): Add axis_ [...]
new e0a9def * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New. * te [...]
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 | 55 +
gcc/config/nvptx/nvptx-protos.h | 2 +
gcc/config/nvptx/nvptx.c | 1166 +++++++++++++++++++-
gcc/config/nvptx/nvptx.h | 1 +
gcc/config/nvptx/nvptx.md | 174 ++-
libgomp/ChangeLog | 9 +
.../testsuite/libgomp.oacc-c-c++-common/loop-g-1.c | 57 +
.../testsuite/libgomp.oacc-c-c++-common/loop-g-2.c | 57 +
.../libgomp.oacc-c-c++-common/loop-gwv-1.c | 59 +
.../testsuite/libgomp.oacc-c-c++-common/loop-v-1.c | 57 +
.../testsuite/libgomp.oacc-c-c++-common/loop-w-1.c | 57 +
.../libgomp.oacc-c-c++-common/loop-wv-1.c | 57 +
12 files changed, 1728 insertions(+), 23 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-v-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-w-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-wv-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 af3dc77 2015-10-28 Richard Biener <rguenther(a)suse.de>
new 0123775 2015-10-28 Richard Biener <rguenther(a)suse.de>
new f6b35aa 2015-10-28 Richard Biener <rguenther(a)suse.de>
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 | 6 +
gcc/fold-const.c | 83 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/torture/pr67600.C | 27897 +------------------------------
4 files changed, 42 insertions(+), 27950 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 a0026d2 Daily bump.
new 786a09c [AArch64] PR 68102: Check that operand is REG before checking [...]
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.md | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr68102_1.c | 18 ++++++++++++++++++
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr68102_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 cf67e10 2015-10-28 Richard Biener <rguenther(a)suse.de>
new 92deda7 2015-10-28 Richard Biener <rguenther(a)suse.de>
new af3dc77 2015-10-28 Richard Biener <rguenther(a)suse.de>
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 | 14 ++++++++++++++
gcc/common.opt | 9 ++++-----
gcc/doc/invoke.texi | 8 +++++++-
gcc/passes.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/vect-62.c | 7 +++----
gcc/timevar.c | 11 ++++-------
gcc/tree-ssa-pre.c | 10 +++++-----
8 files changed, 43 insertions(+), 23 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 288b275 rs6000: p8vector-builtin-8.c test requires int128
new cf67e10 2015-10-28 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 | 8 ++++++++
gcc/fold-const.c | 19 ++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr68067-1.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr68067-2.c | 13 +++++++++++++
5 files changed, 55 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68067-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68067-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.