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 da9ffdece9b gdb/testsuite: fix gdb.base/dlmopen-ns-ids.exp racy test
new 52c5091dfb1 bfd: fix missing warnings from bfd_check_format_matches
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:
bfd/format.c | 25 +++++++++++++++++++++++++
1 file changed, 25 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 binutils-gdb.
from ea0498f46e4 Automatic date update in version.in
new da9ffdece9b gdb/testsuite: fix gdb.base/dlmopen-ns-ids.exp racy test
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.base/dlmopen-ns-ids.exp | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 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 ae54d8cb51e libstdc++: Define __cpp_lib_containers_ranges in appropriat [...]
new 648d5c26e25 libstdc++: Use constexpr-if for std::basic_string::_S_copy_chars
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:
libstdc++-v3/include/bits/basic_string.h | 31 +++++++++++++++++++++++--------
libstdc++-v3/src/c++11/string-inst.cc | 3 ++-
2 files changed, 25 insertions(+), 9 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 releases/gcc-13
in repository gcc.
from 372415181e4 [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
new 97fa1ba8484 middle-end/115110 - Fix view_converted_memref_p
new 35aede5a6bc testsuite: add testcase for fixed PR107467
new fb17a8b24cb ipa/111245 - bogus modref analysis for store in call that m [...]
new 330a02b893e tree-optimization/112859 - bogus loop distribution
new 0f86e86a869 tree-optimization/112859 - add comment
new 949f3804786 lto/113207 - fix free_lang_data_in_type
new 2f37a08b51e tree-optimization/114052 - consider infinite sub-loops when [...]
new 4e49ae8d905 lto/114501 - missed free-lang-data for CONSTRUCTOR index
new 9ade99bfbc7 tree-optimization/116906 - unsafe PRE with never executed edges
new 8ee6631540c tree-optimization/117113 - ICE with unroll-and-jam
new 7b0936da8db tree-optimization/117424 - invalid LIM of trapping ref
new 68b740f9e31 tree-optimization/119145 - avoid stray .MASK_CALL after vec [...]
The 12 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/gimple-loop-jam.cc | 12 +++++-
gcc/ipa-free-lang-data.cc | 17 +++++++-
gcc/ipa-modref.cc | 3 +-
gcc/testsuite/g++.dg/lto/pr107467_0.C | 52 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/pr114501_0.C | 20 +++++++++
gcc/testsuite/g++.dg/torture/pr111245.C | 23 +++++++++++
gcc/testsuite/gcc.dg/pr113207.c | 10 +++++
gcc/testsuite/gcc.dg/pr114052-1.c | 40 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr116906-1.c | 43 ++++++++++++++++++++
gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} | 28 +++++++++----
gcc/testsuite/gcc.dg/torture/pr112859.c | 24 +++++++++++
gcc/testsuite/gcc.dg/torture/pr115347.c | 21 ++++++++++
gcc/testsuite/gcc.dg/torture/pr117113.c | 20 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c | 18 ++++++++
gcc/testsuite/gcc.dg/vect/pr119145.c | 35 ++++++++++++++++
gcc/tree-eh.cc | 9 +++-
gcc/tree-loop-distribution.cc | 31 ++++++++------
gcc/tree-ssa-alias.cc | 5 ++-
gcc/tree-ssa-loop-niter.cc | 9 +++-
gcc/tree-ssa-pre.cc | 16 +++++---
gcc/tree-vectorizer.cc | 4 +-
21 files changed, 403 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr107467_0.C
create mode 100644 gcc/testsuite/g++.dg/pr114501_0.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr111245.C
create mode 100644 gcc/testsuite/gcc.dg/pr113207.c
create mode 100644 gcc/testsuite/gcc.dg/pr114052-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr116906-1.c
copy gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr112859.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115347.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117113.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119145.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 newlib.
from dc6aa8776 Cygwin: console: Fix the console states after the console is closed
new 1c530c37f newlib: sys/unistd.h: Change inline to __inline
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/sys/unistd.h | 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 main
in repository newlib.
from dc6aa8776 Cygwin: console: Fix the console states after the console is closed
new 1c530c37f newlib: sys/unistd.h: Change inline to __inline
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/sys/unistd.h | 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 cygwin-3_6-branch
in repository newlib.
from 92f866159 Cygwin: console: Fix the console states after the console is closed
new 191bb5fa8 newlib: sys/unistd.h: Change inline to __inline
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/sys/unistd.h | 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 master
in repository gcc.
from 882d3b319db libstdc++: Add P1206R7 from_range members to std::string [P [...]
new b905ce8caf0 d: Merge upstream dmd 1b34fea478, phobos 40ffbb364
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/d/dmd/MERGE | 2 +-
gcc/d/dmd/globals.h | 1 +
gcc/d/dmd/lexer.d | 4 +-
gcc/d/dmd/location.d | 23 +++++---
gcc/d/dmd/typesem.d | 16 +++++-
gcc/testsuite/gdc.test/compilable/test21179.d | 11 ++++
.../gdc.test/fail_compilation/fail_pretty_errors.d | 18 +++---
libphobos/Makefile.in | 1 +
libphobos/configure | 53 ++++++++++++++++-
libphobos/configure.ac | 1 +
libphobos/libdruntime/Makefile.am | 3 +-
libphobos/libdruntime/Makefile.in | 4 +-
libphobos/m4/druntime/os.m4 | 27 +++++++++
libphobos/src/MERGE | 2 +-
libphobos/src/Makefile.am | 3 +-
libphobos/src/Makefile.in | 4 +-
libphobos/src/std/format/write.d | 11 +++-
libphobos/src/std/random.d | 66 ++++++++++++++++++----
libphobos/testsuite/Makefile.in | 1 +
libphobos/testsuite/testsuite_flags.in | 2 +-
20 files changed, 210 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/compilable/test21179.d
--
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/omp/gcc-14
in repository gcc.
from 28244925ed7 OpenACC 2.7: update _OPENACC symbol to 201811
new b05827d5665 OpenACC 2.7: update _OPENACC value test in testcases
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/c-c++-common/cpp/openacc-define-3.c | 2 +-
gcc/testsuite/gfortran.dg/openacc-define-3.f90 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.