This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9de7d374323 [RISC-V] Avoid multiple assignments to output object
new 870e66a3fcb c++/modules: Ensure vtables are emitted when needed [PR120349]
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/module.cc | 8 ++++++--
gcc/testsuite/g++.dg/modules/vtt-3_a.C | 29 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/vtt-3_b.C | 14 ++++++++++++++
3 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/vtt-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/vtt-3_b.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 b0de7297f2b c++/modules: Fix ICE on merge of instantiation with partial [...]
new 9de7d374323 [RISC-V] Avoid multiple assignments to output object
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/riscv/bitmanip.md | 89 ++++++++++++++++++++++++--------------------
1 file changed, 49 insertions(+), 40 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-15
in repository gcc.
from fedf81ef7b9 Daily bump.
new 3ba1b0ac7cc c++/modules: Always mark tinfo vars as TREE_ADDRESSABLE [PR120350]
new 2d1244a5b2d c++/modules: Fix ICE on merge of instantiation with partial [...]
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/module.cc | 41 ++++++++++++++++------
gcc/cp/rtti.cc | 1 +
gcc/testsuite/g++.dg/modules/partial-8.h | 8 +++++
gcc/testsuite/g++.dg/modules/partial-8_a.C | 10 ++++++
gcc/testsuite/g++.dg/modules/partial-8_b.C | 8 +++++
gcc/testsuite/g++.dg/modules/partial-8_c.C | 7 ++++
gcc/testsuite/g++.dg/modules/partial-8_d.C | 9 +++++
.../g++.dg/modules/{tinfo-2_a.H => tinfo-3_a.H} | 3 ++
gcc/testsuite/g++.dg/modules/tinfo-3_b.C | 8 +++++
9 files changed, 84 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8.h
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_d.C
copy gcc/testsuite/g++.dg/modules/{tinfo-2_a.H => tinfo-3_a.H} (54%)
create mode 100644 gcc/testsuite/g++.dg/modules/tinfo-3_b.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 1e579e2eb5b Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
new 9a6e5a437f0 c++/modules: Always mark tinfo vars as TREE_ADDRESSABLE [PR120350]
new b0de7297f2b c++/modules: Fix ICE on merge of instantiation with partial [...]
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/module.cc | 41 ++++++++++++++++------
gcc/cp/rtti.cc | 1 +
gcc/testsuite/g++.dg/modules/partial-8.h | 8 +++++
gcc/testsuite/g++.dg/modules/partial-8_a.C | 10 ++++++
gcc/testsuite/g++.dg/modules/partial-8_b.C | 8 +++++
gcc/testsuite/g++.dg/modules/partial-8_c.C | 7 ++++
gcc/testsuite/g++.dg/modules/partial-8_d.C | 9 +++++
.../g++.dg/modules/{tinfo-2_a.H => tinfo-3_a.H} | 3 ++
gcc/testsuite/g++.dg/modules/tinfo-3_b.C | 8 +++++
9 files changed, 84 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8.h
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-8_d.C
copy gcc/testsuite/g++.dg/modules/{tinfo-2_a.H => tinfo-3_a.H} (54%)
create mode 100644 gcc/testsuite/g++.dg/modules/tinfo-3_b.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 dd8ee1df28e RISC-V: Tweak the asm check test of vx combine on GR2VR cost [NFC]
new 1e579e2eb5b Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
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/match.pd | 31 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr103771-5.c | 54 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr103771-6.c | 16 +++++++++
gcc/tree-vect-patterns.cc | 41 +++++++++++++++++------
4 files changed, 132 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-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 releases/gcc-15
in repository gcc.
from 06a10db2211 libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
new fedf81ef7b9 Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 +++
libgomp/ChangeLog | 131 +++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 46 +++++++++++++++++
4 files changed, 186 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 releases/gcc-14
in repository gcc.
from b264cc293ec Daily bump.
new 8a6e2f71484 Daily bump.
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/DATESTAMP | 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-13
in repository gcc.
from e249e208247 Daily bump.
new 5ea45480f80 Daily bump.
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/DATESTAMP | 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-12
in repository gcc.
from 818bd5ee2df Daily bump.
new 0de5b232e96 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.