This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b209d905f5c bb-reorder: Fix -freorder-blocks-and-partition ICEs on aarc [...]
new 77772f8a3da c++: Stream DECL_CONTEXT for template template parms [PR98881]
new 940586a6358 c++: Fix ICE diagnosing incomplete type of overloaded funct [...]
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/typeck2.cc | 11 +++---
gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3.h | 12 +++++++
.../modules/{auto-3_a.H => tpl-tpl-parm-3_a.H} | 3 +-
gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_b.C | 5 +++
gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_c.C | 15 ++++++++
gcc/testsuite/g++.dg/pr98356.C | 9 +++++
7 files changed, 58 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3.h
copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => tpl-tpl-parm-3_a.H} (62%)
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_c.C
create mode 100644 gcc/testsuite/g++.dg/pr98356.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 ae1b05641cc LoongArch: testsuite:Fix problems with incorrect results in [...]
new e1bd0f293d8 sccvn: Avoid UB in ao_ref_init_from_vn_reference [PR105533]
new c655c8d8d84 expand: Fix UB in choose_mult_variant [PR105533]
new b209d905f5c bb-reorder: Fix -freorder-blocks-and-partition ICEs on aarc [...]
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/bb-reorder.cc | 3 ++-
gcc/expmed.cc | 14 +++++++++-----
gcc/testsuite/gcc.dg/pr105533.c | 9 +++++++++
gcc/testsuite/gcc.dg/pr110079.c | 43 +++++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 2 +-
5 files changed, 64 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105533.c
create mode 100644 gcc/testsuite/gcc.dg/pr110079.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 95b6ee96348 match.pd: Optimize a * !a to 0 [PR114009]
new 2f7d4728dbf LoongArch: Use /lib instead of /lib64 as the library search [...]
new ae1b05641cc LoongArch: testsuite:Fix problems with incorrect results in [...]
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/config.gcc | 3 ++
gcc/config/loongarch/linux.h | 4 +-
gcc/config/{m68k/m68k-none.h => loongarch/musl.h} | 8 ++-
.../loongarch/vector/lasx/lasx-xvfrint_s.c | 58 +++++++++++-----------
.../loongarch/vector/lasx/lasx-xvshuf_b.c | 14 +++---
.../gcc.target/loongarch/vector/lsx/lsx-vfrint_s.c | 50 +++++++++----------
.../gcc.target/loongarch/vector/lsx/lsx-vshuf.c | 12 ++---
.../loongarch/vector/simd_correctness_check.h | 2 +-
8 files changed, 80 insertions(+), 71 deletions(-)
copy gcc/config/{m68k/m68k-none.h => loongarch/musl.h} (79%)
--
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 1cd8254ebad RISC-V: Refactor expand_vec_cmp [NFC]
new 95b6ee96348 match.pd: Optimize a * !a to 0 [PR114009]
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/genmatch.cc | 2 +-
gcc/match.pd | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr114009.c | 33 ++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr114009.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 03932d3203b Fortran: Fix issue with using snprintf function.
new 1cd8254ebad RISC-V: Refactor expand_vec_cmp [NFC]
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/riscv-protos.h | 2 +-
gcc/config/riscv/riscv-v.cc | 44 +++++++++++++----------------------------
2 files changed, 15 insertions(+), 31 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 8b483cd5521 Daily bump.
new 03932d3203b Fortran: Fix issue with using snprintf function.
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/testsuite/gfortran.dg/pr105456.f90 | 4 ++--
libgfortran/io/list_read.c | 10 ++++++----
libgfortran/io/transfer.c | 20 ++++++++++++--------
libgfortran/io/write.c | 10 ++++++----
4 files changed, 26 insertions(+), 18 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 1f5787e4b80 Fortran: do not evaluate polymorphic functions twice in ass [...]
new 58cbab9c1d1 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 | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 18 ++++++++++++++++++
3 files changed, 40 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-12
in repository gcc.
from 81161618d39 Daily bump.
new db302d81d24 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-11
in repository gcc.
from 16ead05d13a Daily bump.
new 788cf673bd7 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.