This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ab716829da7 ipa: target clone and mangling alias [PR114992]
new 00cbf030292 Fortran: Fix typo in error message.
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/fortran/interface.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 master
in repository gcc.
from 94fa9f4d27b Fortran: Implement the F2018 reduce intrinsic [PR85836]
new ab716829da7 ipa: target clone and mangling alias [PR114992]
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/multiple_target.cc | 6 +++++-
gcc/testsuite/g++.target/i386/mangling-alias1.C | 16 ++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/i386/mangling-alias1.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 1d2257dc850 arm: testsuite: make unaligned-memcpy-*.c executable tests [...]
new 94fa9f4d27b Fortran: Implement the F2018 reduce intrinsic [PR85836]
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/fortran/check.cc | 159 ++++++++++++------
gcc/fortran/gfortran.h | 3 +
gcc/fortran/intrinsic.cc | 65 +++++++-
gcc/fortran/intrinsic.h | 4 +
gcc/fortran/iresolve.cc | 214 ++++++++++++++++++++++++
gcc/fortran/trans-expr.cc | 30 +++-
gcc/fortran/trans-intrinsic.cc | 3 +
gcc/testsuite/gfortran.dg/reduce_1.f90 | 202 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/reduce_2.f90 | 145 +++++++++++++++++
libgfortran/Makefile.am | 1 +
libgfortran/Makefile.in | 7 +-
libgfortran/gfortran.map | 4 +
libgfortran/intrinsics/reduce.c | 286 +++++++++++++++++++++++++++++++++
13 files changed, 1070 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/reduce_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/reduce_2.f90
create mode 100644 libgfortran/intrinsics/reduce.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 cb537f0d838 c++: fix return type of __cxa_bad_array_new_length
new b1ac0c5f198 arm: testsuite: memcpy-aligned requires unaligned accesses
new 1d2257dc850 arm: testsuite: make unaligned-memcpy-*.c executable tests [...]
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.target/arm/memcpy-aligned-1.c | 1 +
gcc/testsuite/gcc.target/arm/unaligned-memcpy-1.c | 34 +++++++++++++++--------
gcc/testsuite/gcc.target/arm/unaligned-memcpy-2.c | 33 ++++++++++++----------
gcc/testsuite/gcc.target/arm/unaligned-memcpy-3.c | 33 ++++++++++++----------
gcc/testsuite/gcc.target/arm/unaligned-memcpy-4.c | 32 +++++++++++----------
5 files changed, 78 insertions(+), 55 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 binutils-gdb.
from daf53ffeaa9 strip: don't corrupt PE binary's section/file alignment
new 05f5f4f2746 gdb: check styled status of source cache entries
new 45e4b960fd9 Do not use warning_pre_print in linux-thread-db.c
new a6bc5efb912 Simplify warning_pre_print
new 70c0de234fc Rename die_info::sibling to die_info::next
new 53181a6dfaa Introduce die_info::children and use it
The 5 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/cli/cli-style.c | 4 +-
gdb/dwarf2/die.c | 4 +-
gdb/dwarf2/die.h | 12 +-
gdb/dwarf2/read.c | 248 ++++++++-----------------
gdb/linux-thread-db.c | 3 -
gdb/main.c | 6 +-
gdb/source-cache.c | 28 ++-
gdb/source-cache.h | 2 +
gdb/testsuite/gdb.python/py-source-styling.exp | 107 +++++++++--
gdb/utils.c | 6 +-
10 files changed, 212 insertions(+), 208 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 618c42d2372 C++: Adjust implicit '__cxa_bad_cast' prototype to reality
new cb537f0d838 c++: fix return type of __cxa_bad_array_new_length
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/init.cc | 5 ++---
1 file changed, 2 insertions(+), 3 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 12db61156f6 testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output
new 6d3a48baac3 Add 'gcc.target/nvptx/alias-unsupported-1.c'
new f7f6a3dd825 Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-2.C'
new 618c42d2372 C++: Adjust implicit '__cxa_bad_cast' prototype to reality
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/rtti.cc | 4 ++--
.../{alias-g++.dg_init_dtor2-1.C => alias-g++.dg_init_dtor2-2.C} | 4 ++--
gcc/testsuite/gcc.target/nvptx/alias-unsupported-1.c | 9 +++++++++
3 files changed, 13 insertions(+), 4 deletions(-)
copy gcc/testsuite/g++.target/nvptx/{alias-g++.dg_init_dtor2-1.C => alias-g++.dg_i [...]
create mode 100644 gcc/testsuite/gcc.target/nvptx/alias-unsupported-1.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 azanella/cancel-wrappers-inline
in repository glibc.
at 3b17937e64 linux: Inline __syscall_internal_cancel and __syscall_cancel
This branch includes the following new commits:
new 3b17937e64 linux: Inline __syscall_internal_cancel and __syscall_cancel
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.
--
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 084dacc2054 libstdc++: Correct statement about default -std option
new 13950737746 gimple: sccopy: Don't increment i after vec::unordered_remove()
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/gimple-ssa-sccopy.cc | 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 gcc.
from a5c69abf138 Fortran: Fix freeing procedure pointer components [PR119380]
new 12db61156f6 testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output
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/testsuite/lib/libgomp.exp | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.