This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 7bb752ada90 Daily bump.
new 40aa4861606 middle-end/110182 - TYPE_PRECISION on VECTOR_TYPE causes wr [...]
new 01f088741be debug/110295 - mixed up early/late debug for member DIEs
new 0e332ee5687 tree-optimization/110298 - CFG cleanup and stale nb_iterations
new 45c296f2d81 middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of [...]
new 7473b2742aa tree-optimization/111764 - wrong reduction vectorization
new 03b5888abc9 tree-optimization/111614 - missing convert in undistribute_ [...]
new ec8d0c33211 tree-optimization/111917 - bougs IL after guard hoisting
The 7 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/dwarf2out.c | 3 ++-
gcc/match.pd | 6 +++---
gcc/testsuite/g++.dg/debug/pr110295.C | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr110298.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr111614.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr111818.c | 11 +++++++++++
gcc/testsuite/gcc.dg/torture/pr111917.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr111764.c | 16 ++++++++++++++++
gcc/tree-ssa-loop-ivcanon.c | 7 ++++---
gcc/tree-ssa-loop-unswitch.c | 5 +----
gcc/tree-ssa-reassoc.c | 27 +++++++++++++++------------
gcc/tree-ssa.c | 17 +++++++++++------
gcc/tree-vect-loop.c | 15 +++------------
13 files changed, 151 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr110295.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr110298.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr111614.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr111818.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr111917.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr111764.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 binutils-gdb.
from 35266cb1396 x86: fold assembly dialect attributes
new df5a4840c40 revert "x86: allow 32-bit reg to be used with U{RD,WR}MSR"
new d4064aad87f x86: don't needlessly override .bss
new f2711095545 ELF: drop "push" parameter from obj_elf_change_section()
new c26906716ea ELF: reliably invoke md_elf_section_change_hook()
new da374e94085 x86: last-insn recording should be per-subsection
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:
gas/config/obj-elf.c | 53 ++++++++++++++--------
gas/config/obj-elf.h | 2 +-
gas/config/tc-arm.c | 2 +-
gas/config/tc-i386.c | 46 +++++++++++++++----
gas/config/tc-i386.h | 5 ++
gas/config/tc-ia64.c | 2 +-
gas/config/tc-microblaze.c | 12 ++---
gas/config/tc-mips.c | 2 +-
gas/config/tc-msp430.c | 2 +-
gas/config/tc-rx.c | 4 +-
gas/config/tc-tic6x.c | 2 +-
gas/testsuite/gas/i386/i386.exp | 2 +
.../i386/{lfence-section.d => lfence-subsect.d} | 5 +-
.../i386/{lfence-section.s => lfence-subsect.s} | 8 ++--
gas/testsuite/gas/i386/x86-64-user_msr.s | 8 ++--
opcodes/i386-opc.tbl | 4 +-
opcodes/i386-tbl.h | 4 +-
17 files changed, 108 insertions(+), 55 deletions(-)
copy gas/testsuite/gas/i386/{lfence-section.d => lfence-subsect.d} (79%)
copy gas/testsuite/gas/i386/{lfence-section.s => lfence-subsect.s} (58%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.