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 b2956f49b85 Daily bump.
new f23af8c6915 Fix comment for VECTOR_BOOL_MODE
new abb54c2cbb1 dwarf: Save bit stride information for array type entry [PR121964]
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/dwarf2out.cc | 22 ++++++++++++++++++++++
gcc/machmode.def | 12 ++++++------
.../g++.target/aarch64/dwarf-bit-stride-func.C | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.C | 16 ++++++++++++++++
.../g++.target/aarch64/dwarf-bit-stride-pragma.C | 17 +++++++++++++++++
.../g++.target/aarch64/sve/dwarf-bit-stride.C | 15 +++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-func.c | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.c | 14 ++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-pragma.c | 17 +++++++++++++++++
.../gcc.target/aarch64/sve/dwarf-bit-stride.c | 15 +++++++++++++++
10 files changed, 154 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-func.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma-sme.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dwarf-bit-stride.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-func.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma-sme.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dwarf-bit-stride.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 9fac993ba m68k-atari-elf: specs file declares environ as undefined.
new fc6569a75 Cygwin: Drop __MINGW64_VERSION_MAJOR version conditionals
new 4d83d6573 Cygwin: Update the "building cygwin" FAQ
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/ntdll.h | 31 -------------------------------
winsup/cygwin/sec/auth.cc | 19 -------------------
winsup/doc/faq-programming.xml | 22 +++++++++++-----------
3 files changed, 11 insertions(+), 61 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 7044071f07d OpenMP: uses_allocators with ';'-separated list
new d19b95ca96f c++: Fix injected-class-name lookup with multiple bases [PR122509]
new 93c0642bb54 c++: Fix ICE with functional cast to reference in template [...]
new fb4f6d2cc4a c++: Handle error_mark_node in mark_used and mark_single_function
new 5f39aa74f22 c++: lambda template arg in abbreviated template [PR117034]
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/decl2.cc | 6 ++
gcc/cp/parser.cc | 106 +++++++++++----------
gcc/cp/typeck2.cc | 2 +-
gcc/testsuite/g++.dg/DRs/dr3061.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/initlist31.C | 2 +-
.../g++.dg/cpp2a/lambda-template-pr117034.C | 12 +++
gcc/testsuite/g++.dg/tc1/dr176-2.C | 13 +++
gcc/testsuite/g++.dg/template/implicit-func-cast.C | 9 ++
8 files changed, 98 insertions(+), 54 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-template-pr117034.C
create mode 100644 gcc/testsuite/g++.dg/tc1/dr176-2.C
create mode 100644 gcc/testsuite/g++.dg/template/implicit-func-cast.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 116e0ce7fd5 libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc
new 8a6d371add9 xtensa: Make the definition of xtensa_cstoresi_operator mor [...]
new 7044071f07d OpenMP: uses_allocators with ';'-separated list
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 | 13 +++++
gcc/config/xtensa/predicates.md | 4 +-
gcc/cp/parser.cc | 14 +++++
gcc/fortran/openmp.cc | 24 +++++++--
.../c-c++-common/gomp/uses_allocators-8.c | 59 ++++++++++++++++++++++
gcc/tree-pretty-print.cc | 9 ++--
.../libgomp.fortran/uses_allocators-7.f90 | 20 ++++++--
7 files changed, 128 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/uses_allocators-8.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 1eb6a757b06 c++: Fix stabilization of bitfields [PR122772]
new 116e0ce7fd5 libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc
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/src/c++11/mutex.cc | 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 releases/gcc-15
in repository gcc.
from 924d7a76143 Daily bump.
new 4740853c9f1 Fix comment for VECTOR_BOOL_MODE
new ba39d22f0b3 dwarf: Save bit stride information for array type entry [PR121964]
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/dwarf2out.cc | 22 ++++++++++++++++++++++
gcc/machmode.def | 12 ++++++------
.../g++.target/aarch64/dwarf-bit-stride-func.C | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.C | 16 ++++++++++++++++
.../g++.target/aarch64/dwarf-bit-stride-pragma.C | 17 +++++++++++++++++
.../g++.target/aarch64/sve/dwarf-bit-stride.C | 15 +++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-func.c | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.c | 14 ++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-pragma.c | 17 +++++++++++++++++
.../gcc.target/aarch64/sve/dwarf-bit-stride.c | 15 +++++++++++++++
10 files changed, 154 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-func.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma-sme.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dwarf-bit-stride.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-func.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma-sme.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dwarf-bit-stride.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 986938a310e c++, dwarf2out: Debug info for namespace scope structured b [...]
new 1eb6a757b06 c++: Fix stabilization of bitfields [PR122772]
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 | 79 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/eval-order14.C | 114 ++++++++++++++++++++++++++++++
2 files changed, 193 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order14.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 f172f032e32 docs: Fix up typo in --with-tls= description
new 4aebd0c595b ++: Fix up cp_compare_floating_point_conversion_ranks for d [...]
new 986938a310e c++, dwarf2out: Debug info for namespace scope structured b [...]
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/cp/decl.cc | 17 +++++++++++++++
gcc/cp/typeck.cc | 25 +++++++++++++++++++++-
gcc/dwarf2out.cc | 30 +++++++++++++++++++++++++--
gcc/testsuite/g++.dg/dfp/pr122834-1.C | 17 +++++++++++++++
gcc/testsuite/g++.dg/dfp/pr122834-2.C | 19 +++++++++++++++++
gcc/testsuite/g++.dg/guality/decomp1.C | 38 ++++++++++++++++++++++++++++++++++
6 files changed, 143 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/dfp/pr122834-1.C
create mode 100644 gcc/testsuite/g++.dg/dfp/pr122834-2.C
create mode 100644 gcc/testsuite/g++.dg/guality/decomp1.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 975339f58f3 testsuite: i386: Require ISA extensions in gcc.target/i386 [...]
new 0f5760d5992 c++: Fix up expansion statement handling
new eef599adc24 c++: Reject array new with -fexceptions with deleted dtor [ [...]
new f172f032e32 docs: Fix up typo in --with-tls= description
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/cp/init.cc | 45 +++++++++++++++------------
gcc/cp/parser.cc | 8 ++++-
gcc/cp/pt.cc | 20 ++++++++++--
gcc/doc/install.texi | 2 +-
gcc/testsuite/g++.dg/cpp0x/deleted18.C | 20 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/new4.C | 2 +-
gcc/testsuite/g++.dg/cpp26/expansion-stmt1.C | 12 +++----
gcc/testsuite/g++.dg/cpp26/expansion-stmt18.C | 6 ++--
gcc/testsuite/g++.dg/cpp26/expansion-stmt2.C | 12 +++----
gcc/testsuite/g++.dg/cpp26/expansion-stmt3.C | 12 +++----
10 files changed, 92 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/deleted18.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 af1f68b4e36 [lra] take scratch as implicit unused output reloads [PR55212]
new 975339f58f3 testsuite: i386: Require ISA extensions in gcc.target/i386 [...]
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.target/i386/shift-gf2p8affine-2.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.