This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2eee835eca inet: test if_nametoindex and if_indextoname
new 251843e16f malloc: Link threading tests with $(shared-thread-library)
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:
malloc/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
--
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 5348e3cb9bc c++: default targ eligibility refinement [PR101463]
new 82a2f1386b2 testsuite: Add testcases for part of PR 103660
new b73373520f0 match: extend the `((a CMP b) ? c : 0) | ((a CMP' b) ? d : [...]
new eface71c18c Match: Add pattern for `(a ? b : 0) | (a ? 0 : c)` into `a [...]
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:
gcc/match.pd | 52 +++++++++++++++++++-----------
gcc/testsuite/g++.dg/tree-ssa/pr103660-0.C | 28 ++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr103660-1.C | 28 ++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr103660-2.C | 30 +++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr103660-3.C | 30 +++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr103660-4.C | 35 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr103660-0.c | 33 +++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr103660-1.c | 43 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr103660-2.c | 45 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr103660-3.c | 35 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr103660-4.c | 43 ++++++++++++++++++++++++
11 files changed, 383 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr103660-0.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr103660-1.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr103660-2.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr103660-3.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr103660-4.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103660-0.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103660-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103660-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103660-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103660-4.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 4456cb827f8 gprofng: add hardware counters for Appliedmicro processor
new 60202b0cedb [gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with python 3.13
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:
gdb/testsuite/gdb.python/py-mi-cmd.exp | 48 +++++++++++++++++++++++++++++-----
1 file changed, 41 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 newlib.
from a86f468f9 newlib/libc/include/sys/tree.h: Add deprecation warning
new e5689df37 Fix glob() function
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:
newlib/libc/include/glob.h | 1 +
newlib/libc/posix/glob.c | 13 ++++++++-----
2 files changed, 9 insertions(+), 5 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 main
in repository newlib.
from a86f468f9 newlib/libc/include/sys/tree.h: Add deprecation warning
new e5689df37 Fix glob() function
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:
newlib/libc/include/glob.h | 1 +
newlib/libc/posix/glob.c | 13 ++++++++-----
2 files changed, 9 insertions(+), 5 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 20a5b482499 libcpp: replace SSE4.2 helper with an SSSE3 one
new 5348e3cb9bc c++: default targ eligibility refinement [PR101463]
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.cc | 41 ++++++++++++++++++----------------
gcc/testsuite/g++.dg/cpp1z/nontype6.C | 24 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/nontype6a.C | 25 +++++++++++++++++++++
3 files changed, 71 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype6a.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 35f56012806 Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/tra [...]
new b8ea13ebf12 tree-optimization/116274 - overzealous SLP vectorization
new 20a5b482499 libcpp: replace SSE4.2 helper with an SSSE3 one
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/testsuite/gcc.target/i386/pr116274-2.c | 9 ++
gcc/tree-vect-slp.cc | 12 ++-
libcpp/config.in | 4 +-
libcpp/configure | 4 +-
libcpp/configure.ac | 6 +-
libcpp/files.cc | 19 ++--
libcpp/lex.cc | 150 +++++++++++------------------
7 files changed, 93 insertions(+), 111 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr116274-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 db2e9a2a46f [optc-save-gen.awk] Fix streaming of command line options f [...]
new 35f56012806 Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/tra [...]
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/fortran/resolve.cc | 18 ++++++++++++++++++
gcc/fortran/trans-expr.cc | 23 -----------------------
gcc/fortran/trans-intrinsic.cc | 17 ++++++++++-------
gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 4 +---
libgfortran/caf/single.c | 6 +++---
5 files changed, 32 insertions(+), 36 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 c1a53d9dcf9 c++/modules: Disable streaming definitions of non-vague-lin [...]
new db2e9a2a46f [optc-save-gen.awk] Fix streaming of command line options f [...]
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/optc-save-gen.awk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--
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 80fda0ad314 Daily bump.
new c310d29cac1 c++/modules: Fix type lookup in DECL_TEMPLATE_INSTANTIATION [...]
new 0b7904e274f c++/modules: Avoid rechecking initializers when streaming N [...]
new 6f115a8eeea c++/modules: Handle transitive reachability for deduction g [...]
new c1a53d9dcf9 c++/modules: Disable streaming definitions of non-vague-lin [...]
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/cp/cp-tree.h | 6 ++--
gcc/cp/module.cc | 30 ++++++++---------
gcc/cp/name-lookup.cc | 38 +++++++++++++++++-----
gcc/cp/name-lookup.h | 5 ++-
gcc/cp/pt.cc | 29 ++++++++++++-----
gcc/testsuite/g++.dg/modules/dguide-4_a.C | 18 ++++++++++
gcc/testsuite/g++.dg/modules/dguide-4_b.C | 9 +++++
gcc/testsuite/g++.dg/modules/dguide-4_c.C | 15 +++++++++
gcc/testsuite/g++.dg/modules/pr115020_a.C | 10 ++++++
.../g++.dg/modules/{using-16_b.C => pr115020_b.C} | 12 +++----
gcc/testsuite/g++.dg/modules/tpl-nttp-1_a.C | 8 +++++
gcc/testsuite/g++.dg/modules/tpl-nttp-1_b.C | 6 ++++
gcc/testsuite/g++.dg/modules/tpl-spec-9_a.C | 12 +++++++
.../modules/{atom-pragma-1.C => tpl-spec-9_b.C} | 7 ++--
gcc/testsuite/g++.dg/modules/tpl-spec-9_c.C | 5 +++
15 files changed, 165 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/dguide-4_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/dguide-4_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/dguide-4_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr115020_a.C
copy gcc/testsuite/g++.dg/modules/{using-16_b.C => pr115020_b.C} (51%)
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-nttp-1_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-nttp-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-spec-9_a.C
copy gcc/testsuite/g++.dg/modules/{atom-pragma-1.C => tpl-spec-9_b.C} (59%)
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-spec-9_c.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.