]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 18 Dec 2022 00:16:57 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 18 Dec 2022 00:16:57 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libbacktrace/ChangeLog

index a4c26b4394d099674f67c495e69577721959f7f6..9276dc61594da950cf4eadbdc6ef79cc726647d6 100644 (file)
@@ -1,3 +1,8 @@
+2022-12-17  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/rs6000-logue.cc (rs6000_output_function_epilogue):
+       Handle GNU Rust for the tbtab lang field.
+
 2022-12-16  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.cc (pa_option_override): Disable -fstack-protector.
index ee0b6666b546329df00e3a4eab97784d3ff1b98e..8b45390a1dd3fe34dd9c84fac8f11d87ac7b9f4c 100644 (file)
@@ -1 +1 @@
-20221217
+20221218
index d52b03fcf595b7f8ba6b3b7157c3a4197b22ac31..7c0eb7ed733b473e0f79b7650a2722339d11c914 100644 (file)
@@ -1,3 +1,10 @@
+2022-12-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107437
+       PR c++/87765
+       * pt.cc (convert_nontype_argument): Relax is_nondep_const_expr
+       test to !inst_dep_expr_p.
+
 2022-12-16  Andrew Pinski  <pinskia@gmail.com>
            Iain Sandoe  <iain@sandoe.co.uk>
 
index 24c4756a31f5cad96afabd8df9ac4180c8cbeb0a..d4a6e900f024f32d3c27877dbf7e567c6dea721b 100644 (file)
@@ -1,3 +1,10 @@
+2022-12-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107437
+       PR c++/87765
+       * g++.dg/cpp1y/lambda-generic-107437.C: New test.
+       * g++.dg/cpp1z/constexpr-lambda26.C: Remove dg-ice.
+
 2022-12-16  John David Anglin  <danglin@gcc.gnu.org>
 
        * lib/target-supports.exp (check_effective_target_static): Return 0
index cbfe70958e3a7e4181631ec485a151b7ebb3a593..7c9fd7b8072281b53602ec910630b3d4f0de2355 100644 (file)
@@ -1,3 +1,17 @@
+2022-12-17  Ian Lance Taylor  <iant@golang.org>
+
+       * elf.c (elf_fetch_backward_init): New static function.
+       (ZSTD_TABLE_SIZE): Use huffman scratch space size rather than
+       literal size.
+       (ZSTD_TABLE_WORK_LIT_SIZE): Don't define.
+       (elf_zstd_read_huff): Use elf_fetch_backward_init.
+       (elf_zstd_read_literals): New static function.
+       (ZSTD_LIT_RAW, ZSTD_LIT_RLE, ZSTD_LIT_HUFF): Don't define.
+       (struct elf_zstd_literals): Don't define.
+       (elf_zstd_literal_output): Remove static function.
+       (elf_zstd_decompress): Use elf_fetch_backward_init and
+       elf_zstd_read_literals.  Rewrite literal copying.<
+
 2022-12-10  Ian Lance Taylor  <iant@golang.org>
 
        * elf.c (ZSTD_TABLE_*): Use elf_zstd_fse_baseline_entry.
This page took 0.12423 seconds and 5 git commands to generate.