This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from adbbf12a8f8 gccrs: nr2.0: late: Better format PathInExpression resolution
new a5c69abf138 Fortran: Fix freeing procedure pointer components [PR119380]
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/trans-array.cc | 2 +-
gcc/testsuite/gfortran.dg/proc_ptr_comp_54.f90 | 30 ++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_54.f90
--
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 99206737034 Daily bump.
new b685234cb5d libstdc++: Fix "IEE" typo in comment in std::time_put::do_put
new e7a0f04ddb7 libstdc++: Fix comment typo
new 084dacc2054 libstdc++: Correct statement about default -std option
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:
libstdc++-v3/doc/html/manual/test.html | 4 ++--
libstdc++-v3/doc/xml/manual/test.xml | 4 ++--
libstdc++-v3/include/bits/locale_facets_nonio.tcc | 2 +-
libstdc++-v3/testsuite/18_support/numeric_limits/traps.cc | 2 +-
4 files changed, 6 insertions(+), 6 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 4bbce04c8c8 Daily bump.
new 65e998d172e c++: Don't prune constant capture proxies only used in arra [...]
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/cpp1y/lambda-ice4.C | 63 ++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-ice4.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 89640686a29 gccrs: nr2.0: Resolve lang item paths properly.
new 1aa49fe0b18 aarch64: Add support for -mcpu=olympus
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/aarch64/aarch64-cores.def | 3 +++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/doc/invoke.texi | 2 +-
3 files changed, 5 insertions(+), 2 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 778c28c70f8 libstdc++: Fix localized %c formatting for non-UTC times [P [...]
new 37ae2e05568 inliner: Silently drop musttail flag on calls during inlini [...]
new 589c94da22e fnsplit: Set musttail call during function splitting if the [...]
new 28caa267dc7 icf: Punt for musttail call flag differences in ICF [PR119376]
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/ipa-icf-gimple.cc | 3 ++-
gcc/ipa-split.cc | 2 ++
gcc/testsuite/c-c++-common/musttail26.c | 33 +++++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/musttail27.c | 31 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/musttail1.C | 35 +++++++++++++++++++++++++++++++++
gcc/tree-inline.cc | 9 +++++++++
6 files changed, 112 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/musttail26.c
create mode 100644 gcc/testsuite/c-c++-common/musttail27.c
create mode 100644 gcc/testsuite/g++.dg/opt/musttail1.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 glibc.
from 090dfa40a5 Add _FORTIFY_SOURCE support for inet_ntop
new 3e2be87832 support: Link links-dso-program-c against libgcc_s
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:
support/Makefile | 2 ++
support/links-dso-program-c.c | 20 ++++++++++++++++++++
2 files changed, 22 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 gcc.
from 3355e44dd2b cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNE [...]
new 3e1d760bf49 libstdc++: Simplify std::vector::vector(from_range_t, const [...]
new 3c7f2fd8c4b libstdc++: Use formatting locale for std::time_put formats
new c24a1d58bc0 libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [...]
new 778c28c70f8 libstdc++: Fix localized %c formatting for non-UTC times [P [...]
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:
libstdc++-v3/config.h.in | 18 +++
libstdc++-v3/configure | 179 ++++++++++++++++++++-
libstdc++-v3/configure.ac | 2 +
libstdc++-v3/include/bits/chrono_io.h | 60 +++++--
libstdc++-v3/include/bits/stl_vector.h | 20 +--
.../testsuite/std/time/format/localized.cc | 33 ++++
libstdc++-v3/testsuite/std/time/format/pr117214.cc | 99 ++++++++++++
7 files changed, 372 insertions(+), 39 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117214.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 ff3343518ae libstdc++: Fix std.compat exports of <stdbit.h> and <stdckdint.h>
new 3355e44dd2b cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNE [...]
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/parse.y | 18 +++++++++---------
gcc/cobol/scan.l | 10 +++++-----
gcc/cobol/token_names.h | 8 ++++----
3 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.