This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b0e1d3d PR rtl-optimization/68376 PR rtl-optimization/68670 * ifcv [...]
new 9675245 2015-12-10 Jeff Law <law(a)redhat.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 | 65 +++++++++++
gcc/compare-elim.c | 6 +-
gcc/domwalk.c | 107 ++++++++++++++++++-
gcc/domwalk.h | 31 +++++-
gcc/fwprop.c | 6 +-
gcc/gimple-ssa-strength-reduction.c | 5 +-
gcc/ipa-prop.c | 11 +-
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gcc.dg/tree-ssa/pr68619-1.c | 20 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr68619-2.c | 92 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr68619-3.c | 26 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr68619-4.c | 94 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr68619-5.c | 172 ++++++++++++++++++++++++++++++
gcc/tree-into-ssa.c | 19 ++--
gcc/tree-ssa-dom.c | 88 ++++++++++-----
gcc/tree-ssa-dse.c | 5 +-
gcc/tree-ssa-loop-im.c | 14 +--
gcc/tree-ssa-phiopt.c | 5 +-
gcc/tree-ssa-pre.c | 5 +-
gcc/tree-ssa-propagate.c | 5 +-
gcc/tree-ssa-sccvn.c | 81 ++------------
gcc/tree-ssa-strlen.c | 5 +-
gcc/tree-ssa-uncprop.c | 5 +-
23 files changed, 740 insertions(+), 136 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68619-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68619-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68619-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68619-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68619-5.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 8aa2035 gcc/
new 34baeea Backport from mainline 2015-12-08 Uros Bizjak <ubizjak@gm [...]
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/i386/i386.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr68701-1.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr68701-2.c | 11 +++++++++++
5 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-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 gcc-4_9-branch
in repository gcc.
from 5cb0dda * config/pa/fptr.c (__canonicalize_funcptr_for_compare): Rem [...]
new b7955f4 Backport from mainline 2015-12-08 Uros Bizjak <ubizjak@gm [...]
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/i386/i386.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr68701-1.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr68701-2.c | 11 +++++++++++
5 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68701-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 d3960aa gcc/
new b0e1d3d PR rtl-optimization/68376 PR rtl-optimization/68670 * ifcv [...]
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/ifcvt.c | 41 ++++++-------------------
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gcc.c-torture/execute/pr68376-2.c | 32 +++++++++++++++++++
gcc/testsuite/gcc.dg/pr68670-1.c | 5 +++
gcc/testsuite/gcc.dg/pr68670-2.c | 5 +++
6 files changed, 69 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr68670-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr68670-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 30ccaf3 PR c++/68348 * g++.dg/cpp0x/pr68348.C: New test.
new d3960aa gcc/
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/tree-chkp.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
gcc/tree-chkp.h | 1 +
gcc/tree-stdarg.c | 6 +++++
4 files changed, 85 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 35e3a98 Fix -Wmisleading-indentation warning in graphite-optimize-isl.c
new 81dbff5 2015-12-10 Martin Jambor <mjambor(a)suse.cz>
new 30ccaf3 PR c++/68348 * g++.dg/cpp0x/pr68348.C: New test.
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 | 5 ++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/cpp0x/pr68348.C | 18 ++++++++++++++
gcc/tree-inline.c | 46 ++++++++++++++++++++++++++++++++++++
4 files changed, 74 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr68348.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 5b3ba40 Fix -Wmisleading-indentation warning in gcc/regrename.c
new a15f56f Fix -Wmisleading-indentation warning in ifcvt.c
new 35e3a98 Fix -Wmisleading-indentation warning in graphite-optimize-isl.c
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 | 8 ++++++++
gcc/graphite-optimize-isl.c | 2 +-
gcc/ifcvt.c | 12 ++++++------
3 files changed, 15 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 9dc1970 Change tests to use -std=gnu++14 not -std=gnu++1y
new 32dd1e5 Fix -Wmisleading-indentation warning in function.c
new 24b1b3e Fix misleading indentation in gcc/fortran/io.c
new 5b3ba40 Fix -Wmisleading-indentation warning in gcc/regrename.c
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 | 8 ++++++++
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/io.c | 4 ++--
gcc/function.c | 16 ++++++++--------
gcc/regrename.c | 4 ++--
5 files changed, 24 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 1a9de75 Fix dejagnu directives in shared_ptr test
new 9dc1970 Change tests to use -std=gnu++14 not -std=gnu++1y
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:
libstdc++-v3/ChangeLog | 37 ++++++++++++++++++++++
.../memory/shared_ptr/assign/assign.cc | 2 +-
.../experimental/memory/shared_ptr/cast/cast.cc | 2 +-
.../memory/shared_ptr/comparison/comparison.cc | 2 +-
.../memory/shared_ptr/cons/alias_ctor.cc | 2 +-
.../memory/shared_ptr/cons/alloc_ctor.cc | 2 +-
.../memory/shared_ptr/cons/copy_ctor.cc | 2 +-
.../memory/shared_ptr/cons/copy_ctor_neg.cc | 2 +-
.../memory/shared_ptr/cons/default_ctor.cc | 2 +-
.../memory/shared_ptr/cons/move_ctor.cc | 2 +-
.../memory/shared_ptr/cons/pointer_ctor.cc | 2 +-
.../memory/shared_ptr/cons/unique_ptr_ctor.cc | 2 +-
.../memory/shared_ptr/cons/weak_ptr_ctor.cc | 2 +-
.../experimental/memory/shared_ptr/dest/dest.cc | 2 +-
.../memory/shared_ptr/modifiers/reset.cc | 2 +-
.../memory/shared_ptr/modifiers/swap.cc | 2 +-
.../memory/shared_ptr/observers/bool_conv.cc | 2 +-
.../memory/shared_ptr/observers/operators.cc | 2 +-
.../memory/shared_ptr/observers/owner_before.cc | 2 +-
.../memory/shared_ptr/observers/use_count.cc | 2 +-
20 files changed, 56 insertions(+), 19 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 a03ff9d 2015-12-10 Richard Biener <rguenther(a)suse.de>
new 82e4bc9 PR ada/48013 * gcc-interface/trans.c (empty_stmt_list_p): N [...]
new 1a9de75 Fix dejagnu directives in shared_ptr test
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/ada/ChangeLog | 7 ++
gcc/ada/gcc-interface/trans.c | 33 ++++++++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gnat.dg/specs/elab4.ads | 13 ++++
gcc/testsuite/gnat.dg/specs/elab4_proc.adb | 4 ++
.../{fe_inlining_helper.ads => elab4_proc.ads} | 3 +-
libstdc++-v3/ChangeLog | 7 ++
.../include/experimental/bits/shared_ptr.h | 75 ++++++++++------------
.../memory/shared_ptr/cons/copy_ctor_neg.cc | 7 +-
9 files changed, 104 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/elab4.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/elab4_proc.adb
copy gcc/testsuite/gnat.dg/specs/{fe_inlining_helper.ads => elab4_proc.ads} (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.