This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 2cbd82044b2 Refine expander vec_unpacku_float_hi_v16si/vec_unpacku_floa [...]
new 9f980cdba9e tree-optimization/96854 - SLP reduction of two-operator is broken
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/gcc.dg/vect/pr96854.c | 20 ++++++++++++++++++++
gcc/tree-vect-loop.c | 5 +++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr96854.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 371fa005aeb testsuite: Fix aarch64/strcmpopt_6.c for -Wstringop-overread
new f089569851c tree-optimization/96854 - testcase for SLP reduction of two [...]
new 6940c20bbb3 d: Fix ICEs in the front-end when pointer size is 16-bit.
new d503cd98713 PR tree-optimization/96818 - cast label range to type of sw [...]
new ecdb93224c5 analyzer: fix ICE on casting float to pointer [PR96764]
new 0d1b4edc5ff analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
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/analyzer/region-model-manager.cc | 35 +++++++--
gcc/analyzer/region-model.cc | 1 +
gcc/analyzer/store.cc | 129 +++++++++++++++++++++++---------
gcc/analyzer/store.h | 8 ++
gcc/analyzer/svalue.cc | 13 ++--
gcc/d/d-target.cc | 3 -
gcc/d/d-tree.h | 2 +-
gcc/d/decl.cc | 36 ---------
gcc/d/intrinsics.cc | 7 +-
gcc/d/typeinfo.cc | 36 +++++++++
gcc/testsuite/g++.dg/analyzer/pr96763.C | 13 ++++
gcc/testsuite/g++.dg/pr96818.C | 28 +++++++
gcc/testsuite/gcc.dg/analyzer/pr96764.c | 6 ++
gcc/testsuite/gcc.dg/pr96818.c | 14 ++++
gcc/testsuite/gcc.dg/vect/pr96854.c | 20 +++++
gcc/tree-vrp.c | 2 +
16 files changed, 264 insertions(+), 89 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/analyzer/pr96763.C
create mode 100644 gcc/testsuite/g++.dg/pr96818.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96764.c
create mode 100644 gcc/testsuite/gcc.dg/pr96818.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr96854.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 devel/c++-modules
in repository gcc.
from 6f28db12d72 Fix pushing imported namespaces
new 3e615e8d565 GMF namespace fix
new 965e986d188 Add control for default header translation rules
new 9ddb36a37cd Zero length mapper files
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:
ChangeLog.modules | 33 ++++++++++++++++++++++
gcc/cp/mapper-client.cc | 29 +++++++++++--------
gcc/cp/mapper-resolver.cc | 18 ++++++------
gcc/cp/mapper-server.cc | 31 ++++++++++++--------
gcc/cp/mapper.h | 13 ++++++---
gcc/cp/module.cc | 6 ++--
gcc/cp/name-lookup.c | 4 ++-
gcc/testsuite/g++.dg/modules/inc-xlate-1_e.C | 2 +-
gcc/testsuite/g++.dg/modules/legacy-2_b.H | 2 +-
gcc/testsuite/g++.dg/modules/legacy-6.map | 4 +--
gcc/testsuite/g++.dg/modules/legacy-6_c.C | 2 +-
gcc/testsuite/g++.dg/modules/legacy-6_d.C | 2 +-
gcc/testsuite/g++.dg/modules/map-2.C | 1 +
.../g++.dg/modules/{class-8_a.C => ns-dup-1_a.C} | 6 ++--
gcc/testsuite/g++.dg/modules/ns-dup-1_b.C | 11 ++++++++
15 files changed, 116 insertions(+), 48 deletions(-)
copy gcc/testsuite/g++.dg/modules/{class-8_a.C => ns-dup-1_a.C} (78%)
create mode 100644 gcc/testsuite/g++.dg/modules/ns-dup-1_b.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.