From fd0b95211180bb4cc785f6da6af3561016c77acd Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 9 Sep 2023 00:16:40 +0000 Subject: Daily bump. --- gcc/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 ++++++++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 4 files changed, 57 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d61d799..058e554 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2023-09-08 Aldy Hernandez + + * range-op-float.cc (foperator_ltgt::fold_range): Do not special + case VREL_EQ nor call frelop_early_resolve. + +2023-09-08 Christoph Müllner + + * config/riscv/thead.md (*extend2_th_ext): + Remove broken INSN. + (*extendhi2_th_ext): New INSN. + (*extendqi2_th_ext): New INSN. + +2023-09-08 Christoph Müllner + + * config/riscv/thead.md: Use more appropriate mode attributes + for extensions. + +2023-09-08 Guo Jie + + * common/config/loongarch/loongarch-common.cc: + (default_options loongarch_option_optimization_table): + Default to -fsched-pressure. + +2023-09-08 Yang Yujie + + * config.gcc: remove non-POSIX syntax "<<<". + 2023-09-08 Christoph Müllner * config/riscv/bitmanip.md (*extend2_zbb): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 68d9434..cfb0566 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230908 +20230909 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d932005..4879a01 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2023-09-08 Patrick Palka + + PR c++/99599 + * pt.cc (check_non_deducible_conversions): Add bool parameter + passed down to check_non_deducible_conversion. + (fn_type_unification): Call check_non_deducible_conversions + an extra time before satisfaction with noninst_only_p=true. + (conversion_may_instantiate_p): Define. + (check_non_deducible_conversion): Add bool parameter controlling + whether to compute only conversions that are guaranteed to + not induce template instantiation. + 2023-09-07 Sandra Loosemore PR c++/111274 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b31868a..0909216 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2023-09-08 Francois-Xavier Coudert + + * gcc.dg/darwin-segaddr.c: Adjust for darwin linker warning. + * gcc.dg/pie-7.c: Likewise. + +2023-09-08 Patrick Palka + + PR c++/99599 + * g++.dg/cpp2a/concepts-recursive-sat4.C: Make 'Int' non-aggregate + in order to preserve intent of the testcase. + * g++.dg/cpp2a/concepts-nondep4.C: New test. + +2023-09-08 Christoph Müllner + + * gcc.target/riscv/xtheadbb-ext-2.c: New test. + * gcc.target/riscv/xtheadbb-ext-3.c: New test. + 2023-09-07 David Malcolm PR analyzer/110529 -- cgit v1.1