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 8b1146fe46e testsuite: arm: Use check-function-bodies in fp16-aapcs-* tests
new 01d3a974fe3 c++/modules: Fix treatment of unnamed types [PR116929]
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/tree.cc | 10 +---------
gcc/testsuite/g++.dg/modules/enum-14.C | 6 ++++++
gcc/testsuite/g++.dg/modules/linkage-1_a.C | 4 ----
gcc/testsuite/g++.dg/modules/linkage-1_b.C | 1 -
gcc/testsuite/g++.dg/modules/linkage-1_c.C | 1 -
gcc/testsuite/g++.dg/modules/linkage-2.C | 6 ++++++
6 files changed, 13 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/enum-14.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 f616bc412c8 varasm: Handle RAW_DATA_CST in compare_constant [PR117199]
new 5fd1c0c1b69 c-family: Fix up -Wsizeof-pointer-memaccess ICEs [PR117230]
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/c-family/c-warn.cc | 20 +++++++++------
.../c-c++-common/Wsizeof-pointer-memaccess5.c | 29 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess5.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 1bdeebe69b7 GCN: Initial generic-target handling, add more GCN macro defines
new 8f173da4520 varasm: Fix up RAW_DATA_CST handling in array_size_for_cons [...]
new f616bc412c8 varasm: Handle RAW_DATA_CST in compare_constant [PR117199]
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.dg/lto/pr117199_0.c | 45 +++++++++++++++++++++++++++++++++++
gcc/varasm.cc | 9 +++++--
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr117199_0.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 8483536dea6 stringmerge: don't presize hash table
new 04ce6b03d9e Implement 'Object_Size
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/NEWS | 2 +
gdb/ada-exp.h | 20 ++++++--
gdb/ada-exp.y | 12 +++--
gdb/ada-lang.c | 27 ++++++++---
gdb/ada-lex.l | 1 +
gdb/doc/gdb.texinfo | 6 +++
gdb/testsuite/gdb.ada/type-tick-size.exp | 50 +++++++++++++++++++
.../{iterated-assign => type-tick-size}/pck.adb | 4 +-
.../{delta-assign => type-tick-size}/pck.ads | 28 +++++------
gdb/testsuite/gdb.ada/type-tick-size/prog.adb | 56 ++++++++++++++++++++++
.../pck.adb => type-tick-size/support.adb} | 6 +--
.../pck.ads => type-tick-size/support.ads} | 6 +--
12 files changed, 176 insertions(+), 42 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/type-tick-size.exp
copy gdb/testsuite/gdb.ada/{iterated-assign => type-tick-size}/pck.adb (93%)
copy gdb/testsuite/gdb.ada/{delta-assign => type-tick-size}/pck.ads (63%)
create mode 100644 gdb/testsuite/gdb.ada/type-tick-size/prog.adb
copy gdb/testsuite/gdb.ada/{packed_array/pck.adb => type-tick-size/support.adb} (89%)
copy gdb/testsuite/gdb.ada/{packed_array/pck.ads => type-tick-size/support.ads} (89%)
--
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 205515da82a testsuite: arm: Use check-function-bodies in fp16-aapcs-* tests
new 1bdeebe69b7 GCN: Initial generic-target handling, add more GCN macro defines
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/gcn/gcn-devices.def | 71 ++++++++++++++++++++++++++++----
gcc/config/gcn/gcn-hsa.h | 9 +---
gcc/config/gcn/gcn-tables.opt | 6 +++
gcc/config/gcn/gcn.cc | 5 ++-
gcc/config/gcn/gcn.h | 25 ++++++++++-
gcc/config/gcn/gen-gcn-device-macros.awk | 39 +++++++++++++-----
gcc/config/gcn/mkoffload.cc | 24 ++++++++++-
7 files changed, 147 insertions(+), 32 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-14
in repository gcc.
from 1ab90810dca testsuite: Skip pr112305.c for -O[01] on simulators
new 47c66c56d74 testsuite: arm: Use check-function-bodies in cmse-5 tests
new cc1e6053c3c testsuite: arm: Relax expected asm in bitfield* and union-2 tests
new 8b1146fe46e testsuite: arm: Use check-function-bodies in fp16-aapcs-* tests
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.target/arm/cmse/mainline/8_1m/bitfield-4.c | 4 +-
.../gcc.target/arm/cmse/mainline/8_1m/bitfield-6.c | 4 +-
.../gcc.target/arm/cmse/mainline/8_1m/bitfield-8.c | 4 +-
.../arm/cmse/mainline/8_1m/bitfield-and-union.c | 4 +-
.../arm/cmse/mainline/8_1m/hard-sp/cmse-5.c | 15 ++--
.../arm/cmse/mainline/8_1m/hard/cmse-5.c | 15 ++--
.../arm/cmse/mainline/8_1m/soft/cmse-5.c | 16 ++--
.../arm/cmse/mainline/8_1m/softfp-sp/cmse-5.c | 17 ++--
.../arm/cmse/mainline/8_1m/softfp/cmse-5.c | 16 ++--
.../gcc.target/arm/cmse/mainline/8_1m/union-2.c | 4 +-
.../arm/cmse/mainline/8m/hard-sp/cmse-5.c | 91 ++++++++++++++--------
.../gcc.target/arm/cmse/mainline/8m/hard/cmse-5.c | 71 +++++++++++------
.../gcc.target/arm/cmse/mainline/8m/soft/cmse-5.c | 22 +++---
.../arm/cmse/mainline/8m/softfp-sp/cmse-5.c | 90 +++++++++++++--------
.../arm/cmse/mainline/8m/softfp/cmse-5.c | 66 ++++++++++------
gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c | 53 +++++++++++--
gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 31 +++++++-
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c | 54 +++++++++++--
gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c | 31 +++++++-
19 files changed, 434 insertions(+), 174 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 85e5b80ee2d libstdc++: Avoid using std::__to_address with iterators
new 835ad52fbb9 testsuite: arm: Use check-function-bodies in cmse-5 tests
new a79ca49b5ce testsuite: arm: Relax expected asm in bitfield* and union-2 tests
new 205515da82a testsuite: arm: Use check-function-bodies in fp16-aapcs-* tests
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.target/arm/cmse/mainline/8_1m/bitfield-4.c | 4 +-
.../gcc.target/arm/cmse/mainline/8_1m/bitfield-6.c | 4 +-
.../gcc.target/arm/cmse/mainline/8_1m/bitfield-8.c | 4 +-
.../arm/cmse/mainline/8_1m/bitfield-and-union.c | 4 +-
.../arm/cmse/mainline/8_1m/hard-sp/cmse-5.c | 15 ++--
.../arm/cmse/mainline/8_1m/hard/cmse-5.c | 15 ++--
.../arm/cmse/mainline/8_1m/soft/cmse-5.c | 16 ++--
.../arm/cmse/mainline/8_1m/softfp-sp/cmse-5.c | 17 ++--
.../arm/cmse/mainline/8_1m/softfp/cmse-5.c | 16 ++--
.../gcc.target/arm/cmse/mainline/8_1m/union-2.c | 4 +-
.../arm/cmse/mainline/8m/hard-sp/cmse-5.c | 91 ++++++++++++++--------
.../gcc.target/arm/cmse/mainline/8m/hard/cmse-5.c | 71 +++++++++++------
.../gcc.target/arm/cmse/mainline/8m/soft/cmse-5.c | 22 +++---
.../arm/cmse/mainline/8m/softfp-sp/cmse-5.c | 90 +++++++++++++--------
.../arm/cmse/mainline/8m/softfp/cmse-5.c | 66 ++++++++++------
gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c | 53 +++++++++++--
gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 33 ++++++--
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c | 54 +++++++++++--
gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c | 33 ++++++--
19 files changed, 434 insertions(+), 178 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 bf11ecbb02b testsuite: Add test directive checking removal of link_error
new 85e5b80ee2d libstdc++: Avoid using std::__to_address with iterators
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 | 19 +++++++++++++------
libstdc++-v3/include/bits/ptr_traits.h | 4 ++++
libstdc++-v3/include/bits/shared_ptr_base.h | 4 ++--
libstdc++-v3/include/bits/stl_algo.h | 16 +++++++++++-----
libstdc++-v3/include/bits/stl_iterator.h | 12 ------------
libstdc++-v3/include/debug/safe_iterator.h | 17 -----------------
libstdc++-v3/include/std/ranges | 2 +-
.../24_iterators/normal_iterator/to_address.cc | 19 -------------------
8 files changed, 31 insertions(+), 62 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/24_iterators/normal_iterator/to_address.cc
--
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 ae614b8a3d7 c++: redundant hashing in register_specialization
new bf11ecbb02b testsuite: Add test directive checking removal of link_error
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/gcc.dg/tree-ssa/log_ident.c | 4 +++-
1 file changed, 3 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 binutils-gdb.
from 4689c9b9469 gdbserver: use 'gdb::function_view' in 'find_*' and 'for_each_*'
new 8483536dea6 stringmerge: don't presize hash 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:
bfd/merge.c | 70 +++++++++++++++++++++++++++----------------------------------
1 file changed, 31 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.