This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a16da48bf19 c++: Fix null deref at EOF [PR96258]
new ccb4f20cbee c++: Fix nullptr deref [pr97460[
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/pt.c | 3 ++-
gcc/testsuite/g++.dg/template/pr97460.C | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr97460.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 a6590686f72 Inhibit support for C++0x threads on VxWorks < 6
new a16da48bf19 c++: Fix null deref at EOF [PR96258]
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/parser.c | 6 ++----
gcc/testsuite/g++.dg/parse/pr96258.C | 5 +++++
2 files changed, 7 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr96258.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 37753588116 arm: Fix wrong code generated for mve scatter store with wr [...]
new 6c6e0cafa38 Adjust BB vectorization SLP build heuristics
new 90042c43a92 arm: Fix the warning -mcpu=cortex-m55 conflicting with -mar [...]
new 57dd4e7bb75 Allow self configured definition of _WRS_VXWORKS_MAJOR
new 2d23fd23bbb Fix the vxworks crtstuff handling of kernel/rtp variations
new 4cde835fd7a Stub out VX_ENTER_TLS_DTOR for VxWorks != 6
new 21295f44f31 Fix leftover _VXW_PRE_69 in gthr-vxworks.h
new 0aeeda8fc29 Add missing #include <taskLib.h> in gthr-vxworks.c
new e94d5836e54 Inhibit support for gthread condvars on VxWorks < 6
new a6590686f72 Inhibit support for C++0x threads on VxWorks < 6
The 9 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/config/arm/arm.c | 3 ++-
gcc/config/vxworks.h | 3 +--
gcc/config/vxworks/_vxworks-versions.h | 20 +++++++++++---
gcc/testsuite/gcc.dg/vect/bb-slp-53.c | 20 ++++++++++++++
.../gcc.target/arm/mve/intrinsics/pr97327.c | 8 ++++++
gcc/tree-vect-slp.c | 31 +++++++++++++++++-----
libgcc/config/gthr-vxworks-cond.c | 4 +++
libgcc/config/gthr-vxworks-thread.c | 4 +++
libgcc/config/gthr-vxworks-tls.c | 22 ++++++++++-----
libgcc/config/gthr-vxworks.c | 1 +
libgcc/config/gthr-vxworks.h | 14 +++++++---
libgcc/config/t-vxcrtstuff | 12 ++++-----
12 files changed, 113 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-53.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr97327.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 6915020bb13 gas: Reuse the input file entry in the file table
new 54874444da4 ld: More documentation for --defsym
new 874ef0386fe ld: Allow symbols from PROVIDE to be use in MEMORY regions
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:
ld/ChangeLog | 20 +++++++++++
ld/ld.texi | 9 +++++
ld/ldlang.c | 61 +++++++++++++++++++++++-----------
ld/testsuite/ld-scripts/provide-10.d | 3 ++
ld/testsuite/ld-scripts/provide-10.map | 6 ++++
ld/testsuite/ld-scripts/provide-11.d | 3 ++
ld/testsuite/ld-scripts/provide-11.map | 6 ++++
ld/testsuite/ld-scripts/provide-12.d | 3 ++
ld/testsuite/ld-scripts/provide-12.map | 6 ++++
ld/testsuite/ld-scripts/provide-9.d | 3 ++
ld/testsuite/ld-scripts/provide-9.map | 6 ++++
ld/testsuite/ld-scripts/provide-9.t | 25 ++++++++++++++
12 files changed, 131 insertions(+), 20 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/provide-10.d
create mode 100644 ld/testsuite/ld-scripts/provide-10.map
create mode 100644 ld/testsuite/ld-scripts/provide-11.d
create mode 100644 ld/testsuite/ld-scripts/provide-11.map
create mode 100644 ld/testsuite/ld-scripts/provide-12.d
create mode 100644 ld/testsuite/ld-scripts/provide-12.map
create mode 100644 ld/testsuite/ld-scripts/provide-9.d
create mode 100644 ld/testsuite/ld-scripts/provide-9.map
create mode 100644 ld/testsuite/ld-scripts/provide-9.t
--
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 62406deca57 Remove internal-linkage kludge
new eb7a9f02daf Header unit static inits
new ed9415022fe Simplify binding callback API
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:
ChangeLog.modules | 17 +++
gcc/cp/decl.c | 2 +-
gcc/cp/module.cc | 163 ++++++++++++++-------
gcc/cp/name-lookup.c | 60 ++++++--
gcc/cp/name-lookup.h | 13 +-
gcc/cp/tree.c | 2 +-
.../{tpl-friend-merge-1_c.H => hdr-init-1_a.H} | 5 +-
.../{tpl-friend-merge-1_c.H => hdr-init-1_b.H} | 5 +-
gcc/testsuite/g++.dg/modules/hdr-init-1_c.C | 24 +++
9 files changed, 215 insertions(+), 76 deletions(-)
copy gcc/testsuite/g++.dg/modules/{tpl-friend-merge-1_c.H => hdr-init-1_a.H} (65%)
copy gcc/testsuite/g++.dg/modules/{tpl-friend-merge-1_c.H => hdr-init-1_b.H} (65%)
create mode 100644 gcc/testsuite/g++.dg/modules/hdr-init-1_c.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 releases/gcc-10
in repository gcc.
from 4199cfa3d18 arm: Fix wrong code generated for mve scatter store with wr [...]
new 7790a71c070 support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]
new a30fcfb3b84 openmp: Set cfun->calls_alloca when needed in OpenMP outlin [...]
new 1a98b22b046 combine: Fix up simplify_shift_const_1 for nested ROTATEs [ [...]
new 75a016e24a3 Restrict test to LP64.
new 0cf293649b6 Restrict PR middle-end/95886 x86 test to !ia32
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/c-family/c-pretty-print.c | 59 +++++++++++++++++++++++++
gcc/combine.c | 7 ++-
gcc/cp/error.c | 58 ++++++++++++++++++++++++
gcc/omp-low.c | 1 +
gcc/testsuite/gcc.c-torture/execute/pr97386-1.c | 16 +++++++
gcc/testsuite/gcc.c-torture/execute/pr97386-2.c | 20 +++++++++
gcc/testsuite/gcc.dg/asan/pr97294.c | 41 +++++++++++++++++
gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 2 +-
gcc/tree-cfg.c | 2 +
9 files changed, 203 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97386-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97386-2.c
create mode 100644 gcc/testsuite/gcc.dg/asan/pr97294.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 23ae20f5e3a Add a new option to the linker: --error-handling-script=<NA [...]
new 6915020bb13 gas: Reuse the input file entry in the file table
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:
gas/ChangeLog | 18 +++++++++++-
gas/dwarf2dbg.c | 28 +++++++------------
gas/testsuite/gas/i386/dwarf5-line-1.d | 50 ++++++++++++++++++++++++++++++++++
gas/testsuite/gas/i386/dwarf5-line-1.s | 6 ++++
gas/testsuite/gas/i386/i386.exp | 1 +
5 files changed, 84 insertions(+), 19 deletions(-)
create mode 100644 gas/testsuite/gas/i386/dwarf5-line-1.d
create mode 100644 gas/testsuite/gas/i386/dwarf5-line-1.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.