This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr69201/master
in repository gcc.
discards 4db8f38 Fix __builtin_ia32_loaddqudi512_mask
discards 2591889 Use pointers to scalar in unaligned load/store builtins
discards adb541d Use vmovdqu<ssescalarsize> in SSE mov
discards 3806192 Remove UNSPEC_LOADU and UNSPEC_STOREU
discards 5162a5cc Remove ssememalign
discards 8128809 Remove ix86_legitimate_combined_insn
adds c4118b0 PR c++/69158
adds 18431e7 PR c++/69164 * class.c (layout_class_type): Use copy_node t [...]
adds 7dff049 PR middle-end/50865 PR tree-optimization/69097 * fold-cons [...]
adds 0f8f48d PR c++/69113 * decl2.c (comdat_linkage): Only set DECL_COMD [...]
adds 99dfbf2 * configure.ac (isl_options_set_schedule_serialize_sccs): Al [...]
new d28952c Remove UNSPEC_LOADU and UNSPEC_STOREU
new f99ca9a Simplify ix86_expand_vector_move_misalig
new 3076527 Simplify ix86_avx256_split_vector_move_misalign
new bca9f70 Remove ix86_legitimate_combined_insn
new fa8c161 Remove ssememalign
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4db8f38)
\
N -- N -- N refs/heads/hjl/pr69201/master (fa8c161)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 22 ++++
gcc/config/i386/i386-builtin-types.def | 18 +--
gcc/config/i386/i386.c | 142 +++++----------------
gcc/config/i386/sse.md | 12 +-
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/cp/ChangeLog | 16 +++
gcc/cp/class.c | 11 +-
gcc/cp/constexpr.c | 10 +-
gcc/cp/decl2.c | 3 +-
gcc/fold-const.c | 41 ++++++
gcc/fold-const.h | 1 +
gcc/match.pd | 8 +-
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/g++.dg/init/array40.C | 2 +
gcc/testsuite/g++.dg/opt/pr69164.C | 30 +++++
gcc/testsuite/g++.dg/pr69113.C | 17 +++
gcc/testsuite/gcc.c-torture/execute/pr50865.c | 27 ++++
gcc/testsuite/gcc.c-torture/execute/pr69097-1.c | 14 ++
gcc/testsuite/gcc.c-torture/execute/pr69097-2.c | 30 +++++
gcc/testsuite/gcc.dg/pr69097-1.c | 140 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr69097-2.c | 138 ++++++++++++++++++++
.../gcc.target/i386/avx256-unaligned-store-1.c | 4 +-
.../gcc.target/i386/avx256-unaligned-store-2.c | 2 +-
.../gcc.target/i386/avx256-unaligned-store-3.c | 4 +-
.../gcc.target/i386/avx256-unaligned-store-4.c | 5 +-
gcc/tree-vrp.c | 39 +++---
27 files changed, 593 insertions(+), 167 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/array40.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr69164.C
create mode 100644 gcc/testsuite/g++.dg/pr69113.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr50865.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-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 0f8f48d PR c++/69113 * decl2.c (comdat_linkage): Only set DECL_COMD [...]
new 99dfbf2 * configure.ac (isl_options_set_schedule_serialize_sccs): Al [...]
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/configure | 2 +-
gcc/configure.ac | 2 +-
3 files changed, 8 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 7dff049 PR middle-end/50865 PR tree-optimization/69097 * fold-cons [...]
new 0f8f48d PR c++/69113 * decl2.c (comdat_linkage): Only set DECL_COMD [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/decl2.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr69113.C | 17 +++++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr69113.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 c4118b0 PR c++/69158
new 18431e7 PR c++/69164 * class.c (layout_class_type): Use copy_node t [...]
new 7dff049 PR middle-end/50865 PR tree-optimization/69097 * fold-cons [...]
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 | 16 +++
gcc/cp/ChangeLog | 5 +
gcc/cp/class.c | 11 +-
gcc/fold-const.c | 41 +++++++
gcc/fold-const.h | 1 +
gcc/match.pd | 8 +-
gcc/testsuite/ChangeLog | 15 +++
gcc/testsuite/g++.dg/opt/pr69164.C | 30 +++++
gcc/testsuite/gcc.c-torture/execute/pr50865.c | 27 +++++
gcc/testsuite/gcc.c-torture/execute/pr69097-1.c | 14 +++
gcc/testsuite/gcc.c-torture/execute/pr69097-2.c | 30 +++++
gcc/testsuite/gcc.dg/pr69097-1.c | 140 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr69097-2.c | 138 +++++++++++++++++++++++
gcc/tree-vrp.c | 39 ++++---
14 files changed, 489 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr69164.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr50865.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-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 b4af519 Daily bump.
new c4118b0 PR c++/69158
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/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 10 +++++++++-
gcc/testsuite/g++.dg/init/array40.C | 2 ++
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/array40.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 aoliva/pr69123
in repository gcc.
discards 6938f3d [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
discards 51c01c6 [PR69123] make dataflow_set_different details more verbose
discards 45722f7 fix conformance test for rename-as-declarations
new 725563e [PR69123] make dataflow_set_different details more verbose
new bc5e8bb [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6938f3d)
\
N -- N -- N refs/heads/aoliva/pr69123 (bc5e8bb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/sem_ch6.adb | 4 ----
gcc/testsuite/gnat.dg/dg.exp | 2 +-
gcc/testsuite/gnat.dg/pr25844m1.ads | 19 -------------------
gcc/testsuite/gnat.dg/pr25844m2.ads | 30 ------------------------------
4 files changed, 1 insertion(+), 54 deletions(-)
delete mode 100644 gcc/testsuite/gnat.dg/pr25844m1.ads
delete mode 100644 gcc/testsuite/gnat.dg/pr25844m2.ads
--
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/pr69123
in repository gcc.
at 6938f3d [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
This branch includes the following new commits:
new 45722f7 fix conformance test for rename-as-declarations
new 51c01c6 [PR69123] make dataflow_set_different details more verbose
new 6938f3d [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
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.
--
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 2638dc9 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE [...]
new b4af519 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from eb135ec PR c++/68449 * constexpr.c (cxx_eval_constant_expression): [...]
new 0753db7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.