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 a6bc00ff35a gdb/windows: remove disable_breakpoints_in_shlibs call
new bd217f6d057 gdb/remote: Set the thread of the remote before sending qRcmd.
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/remote.c | 3 +++
1 file changed, 3 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 1e9bd86ccda gdb: don't show incorrect source file in source window
new a6bc00ff35a gdb/windows: remove disable_breakpoints_in_shlibs call
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/windows-nat.c | 1 -
1 file changed, 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 binutils-gdb.
from f40b59b9124 [libctf] Fix warning: @xref should not appear on @multitable line
new 1e9bd86ccda gdb: don't show incorrect source file in source window
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:
.../resize-3-foo.c} | 4 +-
.../list-nodebug.c => gdb.tui/resize-3-main.c} | 2 +-
gdb/testsuite/gdb.tui/resize-3.exp | 73 ++++++++++++++++++++++
gdb/tui/tui-winsource.c | 26 +++-----
4 files changed, 85 insertions(+), 20 deletions(-)
copy gdb/testsuite/{gdb.base/frame-unwind-disable.c => gdb.tui/resize-3-foo.c} (95%)
copy gdb/testsuite/{gdb.base/list-nodebug.c => gdb.tui/resize-3-main.c} (93%)
create mode 100644 gdb/testsuite/gdb.tui/resize-3.exp
--
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-14
in repository gcc.
from 09cc01ca00a jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
new ce4cb48c339 s390: Fix s390_valid_shift_count() for TI mode [PR118835]
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/config/s390/s390.cc | 35 ++++++++++++++++++--------------
gcc/testsuite/gcc.target/s390/pr118835.c | 21 +++++++++++++++++++
2 files changed, 41 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr118835.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 main
in repository newlib.
from 78ff40d78 Cygwin: FAQ: Add section about sparse files
new 11a84cc75 Cygwin: fix SSH hangs
new 4bcc6adec Cygwin: pipe_data_available: drop special casing select
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:
winsup/cygwin/local_includes/select.h | 2 +-
winsup/cygwin/select.cc | 35 +++++++++++++----------------------
2 files changed, 14 insertions(+), 23 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 cdffc763934 openmp: Mark OpenMP atomic write expression as read [PR119000]
new cc81363c33a Fortran: Use correct size when transferring between images [...]
new af73228fdb2 Fortran: Fix detection of descriptor arrays in coarray [PR107635]
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/fortran/coarray.cc | 15 ++++++++++-----
gcc/fortran/trans-intrinsic.cc | 39 ++++++++++++++++++++++++++++++---------
2 files changed, 40 insertions(+), 14 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 1283b9f946e jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
new 98fe2ae8afa tree-optimization/114921 - _Float16 -> __bf16 isn't noop
new 9abe274a320 tree-optimization/114921 - _Float16 -> __bf16 isn't noop fixup
new 55c8de5d875 tree-optimization/117119 - ICE with int128 IV in dataref analysis
new 08852469a26 tree-optimization/118717 - store commoning vs. abnormals
new ac2bfec1d87 middle-end/115641 - invalid address construction
new 160e6aeb5c6 tree-optimization/116850 - corrupt post-dom info
new 56f5e71a5b3 tree-optimization/117912 - bogus address equivalences for _ [...]
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/fold-const.cc | 3 ++
gcc/gimple-ssa-isolate-paths.cc | 23 ++++++--
gcc/testsuite/c-c++-common/torture/pr117912-1.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-2.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-3.c | 61 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116850.c | 12 +++++
.../950628-1.c => gcc.dg/torture/pr115641.c} | 18 +++----
gcc/testsuite/gcc.dg/torture/pr117119.c | 10 ++++
gcc/testsuite/gcc.dg/torture/pr118717.c | 41 +++++++++++++++
gcc/tree-data-ref.cc | 2 +-
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-sccvn.cc | 51 ++++++++++++++++--
gcc/tree-ssa-sink.cc | 4 +-
gcc/tree-vect-stmts.cc | 19 ++++---
14 files changed, 276 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-1.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-2.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-3.c
create mode 100644 gcc/testsuite/gcc.dg/pr116850.c
copy gcc/testsuite/{gcc.c-torture/execute/950628-1.c => gcc.dg/torture/pr115641.c} (64%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117119.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118717.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 a41b3f54c13 c++: Fix range for with PMFs [PR118923]
new 86a4af27933 openmp: Fix handling of declare target statics with array t [...]
new cdffc763934 openmp: Mark OpenMP atomic write expression as read [PR119000]
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/c/c-parser.cc | 22 ++++++++++------------
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.cc | 19 ++++++++++++++-----
gcc/cp/decl2.cc | 12 +++++++-----
gcc/testsuite/c-c++-common/gomp/pr119000.c | 16 ++++++++++++++++
gcc/testsuite/g++.dg/gomp/pr118876.C | 6 ++++++
6 files changed, 54 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr119000.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr118876.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 90b735b397c Daily bump.
new a41b3f54c13 c++: Fix range for with PMFs [PR118923]
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/decl.cc | 6 ++--
gcc/cp/method.cc | 2 +-
gcc/cp/tree.cc | 3 +-
gcc/cp/typeck.cc | 6 ++--
gcc/testsuite/g++.dg/cpp0x/pr118923.C | 66 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr118923.C | 38 ++++++++++++++++++++
6 files changed, 110 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr118923.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr118923.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-14
in repository gcc.
from dbb91c392de Daily bump.
new 09cc01ca00a jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
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/jit/jit-playback.cc | 1 +
gcc/jit/jit-result.cc | 1 +
gcc/plugin.cc | 1 +
gcc/system.h | 2 +-
4 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.