+2024-12-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/118207
+ * gimple-fold.cc (fold_array_ctor_reference): For RAW_DATA_CST,
+ just set val to build_int_cst and fall through to the normal
+ element handling code instead of returning build_int_cst right away.
+
+2024-12-28 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/install.texi (Specific) <*-ibm-aix*>: Drop verbose
+ references to PTFs for AIX.
+
2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
* config/loongarch/lasx.md (vec_cmp<mode><mode256_i>): Remove.
+2024-12-29 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/100358
+ PR c++/115008
+ * module.cc (elf_out::create_mapping): Fallback to ftruncate if
+ posix_fallocate fails.
+
+2024-12-29 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/106221
+ PR c++/110680
+ * pt.cc (check_default_tmpl_args): Check this is actually a
+ lambda declaration and not just a typedef.
+ (push_template_decl): Likewise.
+
2024-12-27 Jakub Jelinek <jakub@redhat.com>
Revert:
+2024-12-29 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/106221
+ PR c++/110680
+ * g++.dg/cpp2a/lambda-uneval19.C: New test.
+
+2024-12-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/118207
+ * gcc.dg/pr118207.c: New test.
+ * c-c++-common/cpp/embed-29.c: New file.
+
2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
* gcc.target/loongarch/vector/lasx/lasx-vcond-3.c: New test.
+2024-12-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR libstdc++/118196
+ * testsuite/24_iterators/range_generators/pr118196.cc: Include
+ <generator> rather than "<generator>".
+
2024-12-27 Arsen Arsenović <arsen@aarsen.me>
PR libstdc++/118196