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 a80b321b2f7 Daily bump.
new 37bd7d5c4e1 alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]
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/alpha/alpha.md | 10 +++++--
gcc/testsuite/gcc.target/alpha/pr115526.c | 46 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/alpha/pr115526.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 releases/gcc-14
in repository gcc.
from 01dfc5b4add bitint: Use gsi_insert_on_edge rather than gsi_insert_on_ed [...]
new 3a963d441a6 alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]
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/alpha/alpha.md | 10 +++++--
gcc/testsuite/gcc.target/alpha/pr115526.c | 46 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/alpha/pr115526.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 3412b6e9949 Regenerate c.opt.urls
new 0841fd4c42a alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]
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/alpha/alpha.md | 10 +++++--
gcc/testsuite/gcc.target/alpha/pr115526.c | 46 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/alpha/pr115526.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 releases/gcc-11
in repository gcc.
from a31ac7b90a6 Daily bump.
new 3eec2d768d7 gimple-fold: Fix up __builtin_clear_padding lowering [PR115527]
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-fold.c | 12 ++++++----
.../c-c++-common/torture/builtin-clear-padding-1.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-2.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-3.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-4.c | 2 ++
.../c-c++-common/torture/builtin-clear-padding-5.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-6.c | 28 ++++++++++++++++++++++
7 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-clear-padding-6.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 e21fef7da92 AVR: target/90616 - Improve adding constants that are 0 mod 256.
new 3412b6e9949 Regenerate c.opt.urls
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.opt.urls | 3 +++
1 file changed, 3 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 releases/gcc-14
in repository gcc.
from bf64404280a vect: Merge loop mask and cond_op mask in fold-left reducti [...]
new 297ea7e5bb5 c++: Fix ICE on constexpr placement new [PR115754]
new d668f875985 gimple-fold: Fix up __builtin_clear_padding lowering [PR115527]
new 01dfc5b4add bitint: Use gsi_insert_on_edge rather than gsi_insert_on_ed [...]
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/constexpr.cc | 5 ++-
gcc/gimple-fold.cc | 12 ++++---
gcc/gimple-lower-bitint.cc | 3 +-
.../c-c++-common/torture/builtin-clear-padding-1.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-2.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-3.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-4.c | 4 +--
.../c-c++-common/torture/builtin-clear-padding-5.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-6.c | 28 ++++++++++++++++
gcc/testsuite/g++.dg/cpp26/pr115754.C | 36 ++++++++++++++++++++
gcc/testsuite/gcc.dg/bitint-108.c | 38 ++++++++++++++++++++++
11 files changed, 121 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-clear-padding-6.c
create mode 100644 gcc/testsuite/g++.dg/cpp26/pr115754.C
create mode 100644 gcc/testsuite/gcc.dg/bitint-108.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 5104fe4c780 bitint: Use gsi_insert_on_edge rather than gsi_insert_on_ed [...]
new e21fef7da92 AVR: target/90616 - Improve adding constants that are 0 mod 256.
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/avr/avr.cc | 14 ++++++++++++++
gcc/config/avr/avr.md | 14 ++++++++++++++
gcc/config/avr/constraints.md | 5 +++++
gcc/config/avr/predicates.md | 14 ++++++++++++++
4 files changed, 47 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 0135a90de5a middle-end: fix 0 offset creation and folding [PR115936]
new d8a75353dde varasm: Shorten assembly of strings with larger zero regions
new 5104fe4c780 bitint: Use gsi_insert_on_edge rather than gsi_insert_on_ed [...]
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/gimple-lower-bitint.cc | 3 ++-
gcc/testsuite/gcc.dg/bitint-108.c | 38 ++++++++++++++++++++++++++++++++++++++
gcc/varasm.cc | 24 +++++++++++++++++++++---
3 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-108.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 247335823f4 c++: constrained partial spec type context [PR111890]
new 0135a90de5a middle-end: fix 0 offset creation and folding [PR115936]
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/tree-scalar-evolution.cc | 6 +++++-
1 file changed, 5 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 dfeb912e160 gas: scfi: testsuite: refresh the README
new 0ed152c5c6b [gdb/testsuite] Fix gdb.arch/arm-pseudo-unwind.exp with uni [...]
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/testsuite/gdb.arch/arm-pseudo-unwind-legacy.c | 9 ++++++++-
gdb/testsuite/gdb.arch/arm-pseudo-unwind.c | 9 ++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.