This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ibhagat/sframe-v3-dataword-rename-m1
in repository binutils-gdb.
at 7cc7cef06dd libsframe: rename sframe_fre_* internal APIs to use data wo [...]
This branch includes the following new commits:
new 693671f3b21 gas: sframe: add code comment for rep block size
new a0fdba33f34 gas: sframe: fix misleading code comment
new e11359eb8c4 sframe: doc: terminology change from offset to data word
new 5aa6463f6f6 include: gas: sframe: fix terminology from offset to data word
new a69c56c3769 libsframe: rename offset in user-facing sframe_frame_row_en [...]
new fe4842ad374 libsframe: rename flip_fre_stack_offsets to flip_fre_datawords
new 7cc7cef06dd libsframe: rename sframe_fre_* internal APIs to use data wo [...]
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.
--
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 304d08fea9e libgomp: Ensure memory sync after performing tasks
new 1acf01fcb6c Add phi_arg_edge_from_use helper
new 06765f2e0fc tree-optimization/123729 - fix reduction epilog flowing int [...]
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/g++.dg/torture/pr123729.C | 60 +++++++++++++++++++++++++++++++++
gcc/tree-phinodes.h | 13 +++++--
gcc/tree-vect-loop.cc | 11 +++++-
3 files changed, 81 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr123729.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 9f3749fff93 libsframe: use proper FRE type when flipping SFrame V3 FREs
new ed179000ec8 s390: gas: Fix conversion of FP register names to DWARF reg [...]
new 98dbc69dffe s390: gas: Support vector register names in CFI directives
new 645c27b9076 s390: gas: Support access register names in CFI directives
new 9f498643062 s390: gas: Remove support for register names "ap" and "cc" [...]
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:
gas/config/tc-s390.c | 26 ++++++++---
gas/testsuite/gas/s390/cfi-regnames-err.l | 14 ++++++
gas/testsuite/gas/s390/cfi-regnames-err.s | 15 +++++++
gas/testsuite/gas/s390/cfi-regnames.d | 72 ++++++++++++++++++++++++++++++
gas/testsuite/gas/s390/cfi-regnames.s | 73 +++++++++++++++++++++++++++++++
gas/testsuite/gas/s390/s390.exp | 2 +
6 files changed, 195 insertions(+), 7 deletions(-)
create mode 100644 gas/testsuite/gas/s390/cfi-regnames-err.l
create mode 100644 gas/testsuite/gas/s390/cfi-regnames-err.s
create mode 100644 gas/testsuite/gas/s390/cfi-regnames.d
create mode 100644 gas/testsuite/gas/s390/cfi-regnames.s
--
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 2f23cf07253 [gdb] Add regression test for PR symtab/33777
new 9f3749fff93 libsframe: use proper FRE type when flipping SFrame V3 FREs
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:
.../{cfi-sframe-common-5.d => cfi-sframe-common-pr33810.d} | 6 +++---
.../{cfi-sframe-common-4.s => cfi-sframe-common-pr33810.s} | 3 +--
gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 2 ++
libsframe/sframe.c | 13 ++++++-------
4 files changed, 12 insertions(+), 12 deletions(-)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-5.d => cfi-sframe-common-pr33 [...]
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-4.s => cfi-sframe-common-pr33 [...]
--
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 5953fa4a7b7 Remove "value chain" from symbol
new 2f23cf07253 [gdb] Add regression test for PR symtab/33777
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/dwarf2/read.c | 3 +
gdb/dwarf2/read.h | 3 +
.../dwz-many-2.c} | 2 +-
.../list-nodebug.c => gdb.dwarf2/dwz-many.c} | 2 +-
gdb/testsuite/gdb.dwarf2/dwz-many.exp | 81 ++++++++++++++++++++++
5 files changed, 89 insertions(+), 2 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-dprintf-modified-lib.c => gdb.dwarf2/dwz-many-2.c} (93%)
copy gdb/testsuite/{gdb.base/list-nodebug.c => gdb.dwarf2/dwz-many.c} (93%)
create mode 100644 gdb/testsuite/gdb.dwarf2/dwz-many.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 master
in repository gcc.
from 8a47ae5c193 libgomp: Enforce tasks executed lexically after scheduled
new 304d08fea9e libgomp: Ensure memory sync after performing tasks
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:
libgomp/config/gcn/bar.c | 8 ++++++--
libgomp/config/gcn/bar.h | 5 ++++-
libgomp/config/linux/bar.c | 8 ++++++--
libgomp/config/linux/bar.h | 5 ++++-
libgomp/config/posix/bar.c | 8 ++++++--
libgomp/config/posix/bar.h | 5 ++++-
libgomp/config/rtems/bar.h | 5 ++++-
libgomp/task.c | 8 +++++++-
.../testsuite/libgomp.c/{pr122314.c => pr122356.c} | 22 ++++++++++------------
9 files changed, 51 insertions(+), 23 deletions(-)
copy libgomp/testsuite/libgomp.c/{pr122314.c => pr122356.c} (54%)
--
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 d0e8a8e3139 cobol: Fix up -Wmove-index option description
new 8a47ae5c193 libgomp: Enforce tasks executed lexically after scheduled
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:
libgomp/config/gcn/bar.c | 4 ++--
libgomp/config/gcn/bar.h | 16 +++++++++++++
libgomp/config/linux/bar.c | 4 ++--
libgomp/config/linux/bar.h | 16 +++++++++++++
libgomp/config/nvptx/bar.h | 16 +++++++++++++
libgomp/config/posix/bar.c | 4 ++--
libgomp/config/posix/bar.h | 16 +++++++++++++
libgomp/config/rtems/bar.h | 16 +++++++++++++
libgomp/task.c | 17 ++++++++++++++
libgomp/testsuite/libgomp.c/pr122314.c | 42 ++++++++++++++++++++++++++++++++++
10 files changed, 145 insertions(+), 6 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/pr122314.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 55c952ae67b Automatic date update in version.in
new fa6a103f201 Remove unused methods from buildsym_compunit
new 98ca7525077 Remove buildsym_compunit::release_macros
new 0a7086eeea1 Remove buildsym_compunit::free_pending
new f71e1bf31ad Remove "alias" hack from add_symbol_to_list
new d93394c8a29 Inline add_symbol_to_list
new 5953fa4a7b7 Remove "value chain" from symbol
The 6 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/buildsym.c | 42 +++++-------------------------------------
gdb/buildsym.h | 33 +++++----------------------------
gdb/symtab.h | 14 --------------
3 files changed, 10 insertions(+), 79 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-15
in repository gcc.
from 39343db4270 Update gcc es.po
new 4ad723bd385 Daily bump.
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/ChangeLog | 17 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/po/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
4 files changed, 38 insertions(+), 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 55b2dd6b321 Daily bump.
new d0e8a8e3139 cobol: Fix up -Wmove-index option description
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/cobol/lang.opt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.