This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 8e0dffc Daily bump.
new 2b2f0d1 Revert backport "Remove RECORD_TYPE special-casing in std_can [...]
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 | 12 ++++++++++++
gcc/builtins.c | 6 ++++--
2 files changed, 16 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 637a704 * tree-vect-loop.c (loop_niters_no_overflow): New func. (ve [...]
new 733079c [ARC] Update INSN_LENGTH_ALIGNMENT.
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 | 4 ++++
gcc/config/arc/arc.h | 6 +++---
2 files changed, 7 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 8a61cfb * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge [...]
new 6c6a343 * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't rel [...]
new c4dd22f * tree-predcom.c (tree_predictive_commoning_loop): Skip loop [...]
new 0655e0e gcc/testsuite * gcc.target/i386/l_fma_float_1.c: Revise tes [...]
new 637a704 * tree-vect-loop.c (loop_niters_no_overflow): New func. (ve [...]
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:
gcc/ChangeLog | 52 +
gcc/testsuite/ChangeLog | 19 +
gcc/testsuite/gcc.target/i386/l_fma_double_1.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_double_2.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_double_3.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_double_4.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_double_5.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_double_6.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_1.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_2.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_3.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_4.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_5.c | 8 +-
gcc/testsuite/gcc.target/i386/l_fma_float_6.c | 8 +-
.../gfortran.dg/vect/fast-math-mgrid-resid.f | 1 +
gcc/tree-predcom.c | 9 +
gcc/tree-vect-loop-manip.c | 1974 +++++++++-----------
gcc/tree-vect-loop.c | 205 +-
gcc/tree-vectorizer.h | 8 +-
19 files changed, 1023 insertions(+), 1341 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 c0f4422 PR c/77946 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag [...]
new 1d67a05 * cfg.c (reset_original_copy_tables): New func. * cfg.h (re [...]
new 87b138f * tree-vect-loop.c (vectorizable_live_operation): Support ha [...]
new 73e363e * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loo [...]
new 8a61cfb * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge [...]
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:
gcc/ChangeLog | 20 +++++++++
gcc/cfg.c | 12 ++++++
gcc/cfg.h | 1 +
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.dg/vect/vect-98.c | 10 +++--
.../gcc.dg/vect/vect-strided-a-u8-i8-gap2.c | 2 +-
.../gcc.dg/vect/vect-strided-u8-i8-gap2.c | 2 +-
.../gcc.dg/vect/vect-strided-u8-i8-gap4.c | 2 +-
gcc/tree-vect-loop-manip.c | 13 +++---
gcc/tree-vect-loop.c | 49 ++++++++++++++++------
10 files changed, 92 insertions(+), 26 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 51eb70a * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix [...]
new e9ab934 Replace __bind_simple with std::thread::__make_invoker
new c0f4422 PR c/77946 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag [...]
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/testsuite/ChangeLog | 5 ++
.../c-c++-common/Wimplicit-fallthrough-34.c | 12 +++++
gcc/tree.h | 2 +-
gcc/varasm.c | 4 +-
libstdc++-v3/ChangeLog | 13 +++++
libstdc++-v3/include/std/functional | 63 ----------------------
libstdc++-v3/include/std/future | 36 +++++--------
libstdc++-v3/include/std/thread | 56 +++++++++++++++++--
9 files changed, 107 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-34.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 clang-tools-extra.
from 419ab0c Recommit r283538 "[clang-move] Support moving multiple classe [...]
new 7efe634 [clang-move] Better support enclosing class.
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:
clang-move/ClangMove.cpp | 38 ++++++++++++++++++++++----
test/clang-move/Inputs/multiple_class_test.cpp | 8 ++++++
test/clang-move/Inputs/multiple_class_test.h | 9 ++++++
test/clang-move/move-multiple-classes.cpp | 16 ++++++++++-
4 files changed, 64 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 5d3eb95 Do not merge BBs with a different EH landing pads (PR
new 5e23ddf Fix exception-specifications for std::_Not_fn
new 51eb70a * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix [...]
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/tree-vect-loop-manip.c | 12 +++------
libstdc++-v3/ChangeLog | 6 +++++
libstdc++-v3/include/std/functional | 18 ++++++++++---
.../20_util/{ => function_objects}/not_fn/1.cc | 31 ++++++++++++++++++++++
5 files changed, 61 insertions(+), 13 deletions(-)
rename libstdc++-v3/testsuite/20_util/{ => function_objects}/not_fn/1.cc (77%)
--
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 ff563cb Fix exception-specification of std::invoke
new 5d3eb95 Do not merge BBs with a different EH landing pads (PR
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 | 5 +++++
gcc/testsuite/g++.dg/tree-ssa/pr77943.C | 25 +++++++++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 5 +++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr77943.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 clang.
from 36a5831 [analyzer] DeallocChecker: Don't warn about directly-set IBOu [...]
new db243f9 Fix for PR30639: CGDebugInfo Null dereference with OpenMP arr [...]
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:
lib/CodeGen/CGStmtOpenMP.cpp | 21 +++++++++++++++++----
test/OpenMP/debug-info-openmp-array.cpp | 13 +++++++++++++
test/OpenMP/for_reduction_codegen.cpp | 4 ++--
test/OpenMP/for_reduction_codegen_UDR.cpp | 4 ++--
test/OpenMP/target_firstprivate_codegen.cpp | 2 +-
test/OpenMP/target_map_codegen.cpp | 2 +-
6 files changed, 36 insertions(+), 10 deletions(-)
create mode 100644 test/OpenMP/debug-info-openmp-array.cpp
--
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 8a23256 PR target/77957 * hooks.h (hook_tree_void_null): Declare. [...]
new eb04d24 gcc/fortran/ChangeLog:
new ff563cb Fix exception-specification of std::invoke
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/fortran/ChangeLog | 10 ++++
gcc/fortran/trans-expr.c | 26 +++++++++
gcc/fortran/trans-intrinsic.c | 15 ++++-
gcc/fortran/trans-stmt.c | 3 +-
gcc/testsuite/ChangeLog | 7 +++
.../gfortran.dg/allocate_with_source_22.f03 | 48 ++++++++++++++++
.../gfortran.dg/allocate_with_source_23.f03 | 67 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 6 ++
libstdc++-v3/include/bits/invoke.h | 2 +-
libstdc++-v3/include/std/functional | 2 +-
.../69222.cc => function_objects/invoke/1.cc} | 13 +++--
11 files changed, 188 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_22.f03
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_23.f03
copy libstdc++-v3/testsuite/20_util/{function/69222.cc => function_objects/invoke/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.