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 380362b Daily bump.
new 68ce7aa Fix PR ipa/68790
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/ipa-icf.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/ipa/pr68790.c | 41 ++++++++++++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr68790.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 f599561 Fix GOMP/GOACC_parallel handling in find_func_clobbers
new 0b04b41 PR ada/66526 * g-expect.adb (Set_Up_Child_Communications): [...]
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 | 6 ++++++
gcc/ada/g-expect.adb | 23 ++++++++++++++---------
2 files changed, 20 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 dd68020 Fix newly introduced memory leak in
new f599561 Fix GOMP/GOACC_parallel handling in find_func_clobbers
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/tree-ssa-structalias.c | 47 +++++++++++++++++++++++++++++-
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c/omp-nested-2.c | 4 +++
4 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c/omp-nested-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 59c1821 Minor fixes
new 762aef8 Fix PR ipa/68790
new 6e0cf98 Fix memory leak in tree-if-conv.c
new dd68020 Fix newly introduced memory leak in
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 | 18 +++++++++++++++++
gcc/hash-traits.h | 23 ++++++++++++++++++++++
gcc/ipa-icf.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/ipa/pr68790.c | 40 ++++++++++++++++++++++++++++++++++++++
gcc/tree-if-conv.c | 2 +-
gcc/tree-ssa-loop-ivopts.c | 6 +++---
7 files changed, 90 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr68790.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 0308f68 2015-12-09 Richard Biener <rguenther(a)suse.de>
new 59c1821 Minor 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/ada/ChangeLog | 6 +++---
1 file changed, 3 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 a0041ab PR ipa/61886 PR middle-end/25140 * ipa-reference.c (is_imp [...]
new fc5f8be 2015-12-09 Richard Biener <rguenther(a)suse.de>
new 0308f68 2015-12-09 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 | 25 ++++++++++
gcc/tree-if-conv.c | 126 ++++++++++++++++++++++----------------------------
gcc/tree-vect-stmts.c | 7 +--
gcc/tree-vectorizer.h | 5 +-
4 files changed, 88 insertions(+), 75 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 ad9c515 2015-12-09 Chung-Lin Tang <cltang(a)codesourcery.com>
new a0041ab PR ipa/61886 PR middle-end/25140 * ipa-reference.c (is_imp [...]
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/ipa-reference.c | 73 +++++++++++++++++----------
gcc/ipa-reference.h | 6 +++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.c-torture/execute/alias-3.c | 17 +++++++
gcc/tree-ssa-alias.c | 32 ++++++++----
5 files changed, 96 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-3.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 f5d3c0a PR ipa/61886 * symtab.c (symtab_node::equal_address_to): Ne [...]
new ad9c515 2015-12-09 Chung-Lin Tang <cltang(a)codesourcery.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/c-family/c-omp.c | 1 -
gcc/c/c-parser.c | 1 +
gcc/cp/parser.c | 1 +
4 files changed, 8 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 8b95d2d * config/rx/rx.opt (-mjsr): Add. * config/rx/predicates.md (r [...]
new f5d3c0a PR ipa/61886 * symtab.c (symtab_node::equal_address_to): Ne [...]
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/cgraph.h | 9 +++++++--
gcc/symtab.c | 33 +++++++++++++++++++++++++--------
3 files changed, 39 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 4e42d23 PR ipa/61886 * lto-streamer.h (lto_symtab_merge_decls, lto_ [...]
new 8b95d2d * config/rx/rx.opt (-mjsr): Add. * config/rx/predicates.md (r [...]
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/rx/predicates.md | 4 +++-
gcc/config/rx/rx.c | 3 +++
gcc/config/rx/rx.opt | 6 ++++++
gcc/doc/invoke.texi | 10 ++++++++++
5 files changed, 31 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.