This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8ba7f13 2015-11-27 Richard Biener <rguenther(a)suse.de>
new be9e6c2 * gcc.dg/pr63568.c: Convert to GIMPLE.
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 | 4 ++++
gcc/testsuite/gcc.dg/pr63568.c | 36 ++++++++++++++++++++++++++----------
2 files changed, 30 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 gcc-5-branch
in repository gcc.
from 72bccb6 Daily bump.
new 6fb596f * gcc.dg/pr63568.c: Convert to GIMPLE.
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 | 7 +++++++
gcc/testsuite/gcc.dg/pr63568.c | 36 ++++++++++++++++++++++++++----------
2 files changed, 33 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 05a6338 Be more careful about barriers when speculating conditional stores.
new 8ba7f13 2015-11-27 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 | 7 +++++++
gcc/tree-vect-slp.c | 40 ++++++++++++++++++++++++++++------------
2 files changed, 35 insertions(+), 12 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 02f1a5a [RTL-ifcvt] Reject insns that are multiple_sets
new 05a6338 Be more careful about barriers when speculating conditional stores.
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/gimple.c | 12 ++++++++++++
gcc/gimple.h | 1 +
gcc/tree-ssa-phiopt.c | 4 +++-
4 files changed, 24 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 d4e328e Fix memory leak in cilk
new fc99b3a [RTL-ifcvt] PR rtl-optimization/68506: Fix emitting order of [...]
new 02f1a5a [RTL-ifcvt] Reject insns that are multiple_sets
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/ifcvt.c | 63 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr68506.c | 63 +++++++++++++++++++++++++++
4 files changed, 113 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68506.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 d411bc7 PR tree-optimization/68552 * optabs.c (expand_vec_perm_1): [...]
new d4e328e Fix memory leak in cilk
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/c-family/ChangeLog | 7 ++++++
gcc/c-family/array-notation-common.c | 2 ++
gcc/c-family/cilk.c | 1 +
gcc/c/ChangeLog | 10 ++++++++
gcc/c/c-array-notation.c | 49 ++++++++++++++++--------------------
gcc/cp/ChangeLog | 10 ++++++++
gcc/cp/cp-array-notation.c | 48 +++++++++++++++++------------------
gcc/vec.h | 12 +++++++++
9 files changed, 92 insertions(+), 52 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 fd9ea52 Replace spaces with tabs and remove trailing whitespaces
new c5e4f59 PR c/63326 * c-parser.c (c_parser_compound_statement_nostar [...]
new d411bc7 PR tree-optimization/68552 * optabs.c (expand_vec_perm_1): [...]
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/c/ChangeLog | 11 +
gcc/c/c-parser.c | 11 +-
gcc/cp/ChangeLog | 5 +
gcc/cp/parser.c | 2 +
gcc/optabs.c | 49 ++-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/gomp/pr63326.c | 479 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/barrier-2.c | 2 +-
libgomp/ChangeLog | 7 +
libgomp/testsuite/libgomp.c++/cancel-parallel-2.C | 4 +-
libgomp/testsuite/libgomp.c/cancel-parallel-2.c | 4 +-
12 files changed, 566 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr63326.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 0941f99 2015-11-27 Richard Biener <rguenther(a)suse.de>
new 5c15a93 Fix memory leaks in IPA devirt
new 8d23f4a Fix memory leak in loop_vec_info
new 633dd7f Fix parser memory leak in cilk_simd_fn_info
new b0be647 Fix memory leak in tree-chkp.c
new fd9ea52 Replace spaces with tabs and remove trailing whitespaces
The 5 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 | 24 ++
gcc/cp/ChangeLog | 5 +
gcc/cp/parser.c | 2 +
gcc/ipa-devirt.c | 7 +-
gcc/tree-chkp.c | 2 +
gcc/tree-ssa-uninit.c | 1004 ++++++++++++++++++++++----------------------
gcc/tree-vect-loop-manip.c | 2 -
gcc/tree-vect-loop.c | 1 +
8 files changed, 539 insertions(+), 508 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 cc4ae13 Daily bump.
new 0941f99 2015-11-27 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 | 6 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/vect/pr45752.c | 22 +--
gcc/testsuite/gcc.dg/vect/slp-perm-4.c | 13 +-
gcc/tree-vect-slp.c | 251 ++++++++++-----------------------
5 files changed, 108 insertions(+), 190 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 aoliva/pr67355
in repository gcc.
at 270b1bc [PR67355] drop dummy zero from reverse VTA ops, fix infinite [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.