This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc89b1face0 Doc: always_inline attribute vs multiple TUs and LTO [PR113203]
new 69ffddd8bd9 libgcobol: Handle long double as an alternate IEEE754 quad [...]
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:
libgcobol/acinclude.m4 | 124 +++++++++++++++++++++++------------------------
libgcobol/configure | 102 ++++++++++++++++++++------------------
libgcobol/intrinsic.cc | 12 +----
libgcobol/libgcobol-fp.h | 9 ++++
libgcobol/libgcobol.cc | 41 ++++------------
5 files changed, 137 insertions(+), 151 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 73f1d4e0116 Daily bump.
new 935c21e2719 vec-lowering: Fix ABSU lowering [PR111285]
new f6f61d99f57 backprop: Fix deleting of a phi node [PR116922]
new cd53c305d46 phiopt: Reset the number of iterations information of a loo [...]
new 7b9a1f91efe phiopt: Fix value_replacement for middle bb having phi node [...]
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/gimple-ssa-backprop.cc | 10 ++++--
gcc/testsuite/g++.dg/torture/vect-absu-1.C | 29 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116922.c | 19 ++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-1.c | 30 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-2.c | 34 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118922-1.c | 57 ++++++++++++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 15 ++++++++
gcc/tree-vect-generic.cc | 10 +++++-
8 files changed, 201 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/vect-absu-1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116922.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118922-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 master
in repository gcc.
from 764f02327f7 c++: shortcut constexpr vector ctor [PR113835]
new fc89b1face0 Doc: always_inline attribute vs multiple TUs and LTO [PR113203]
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/doc/extend.texi | 7 +++++++
1 file changed, 7 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 fa58ff249a0 Revert documents from r11-344-g0fec3f62b9bfc0
new 764f02327f7 c++: shortcut constexpr vector ctor [PR113835]
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/constexpr.cc | 9 +++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C | 8 ++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6d76263ea Add entry 5942f0269e62021620e871bfe2e671f4f0f2d932 from https [...]
new fe9aeeeab Add entry 0ae9bb96d5af47a2426596dbd0c35e3ff0cdddcc from https [...]
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:
.../first_url | 2 +-
.../build_url | 2 +-
.../last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{303249c4490a7777a744d9afd449b64ff1132a42 => 0ae9bb96d5af47a2426596 [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
create mode 100644 llvm/sha1/0ae9bb96d5af47a2426596dbd0c35e3ff0cdddcc/tcwg_flang_t [...]
--
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 e7092c03903 Automatic date update in version.in
new 88891208c3f RISC-V: Add missing disassembler option `max`
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:
binutils/doc/binutils.texi | 8 ++++++++
opcodes/riscv-dis.c | 6 +++++-
2 files changed, 13 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 f7a2f0aa6bd Doc: clarify -march=pentiumpro has no MMX support [PR42683]
new fa58ff249a0 Revert documents from r11-344-g0fec3f62b9bfc0
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/doc/extend.texi | 94 ++---------------------------------------------------
1 file changed, 2 insertions(+), 92 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 9f3d2506e4b Daily bump.
new f7a2f0aa6bd Doc: clarify -march=pentiumpro has no MMX support [PR42683]
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/doc/invoke.texi | 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-14
in repository gcc.
from f3d5cd4c40b Daily bump.
new 0d931663498 phiopt: Fix value_replacement for middle bb having phi node [...]
new 6f0d80202b6 phiopt: Reset the number of iterations information of a loo [...]
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/torture/pr117243-1.c | 30 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-2.c | 34 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118922-1.c | 57 +++++++++++++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 15 ++++++++
4 files changed, 136 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118922-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.