Daily bump.

pull/46/merge
GCC Administrator 2024-03-17 00:17:21 +00:00
parent 218d174961
commit b5490afe3a
5 changed files with 47 additions and 1 deletions

View File

@ -1,3 +1,18 @@
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/114175
* config/i386/i386.cc (ix86_setup_incoming_varargs): Only skip
ix86_function_arg_advance for TYPE_NO_NAMED_ARGS_STDARG_P functions
if arg.type is NULL.
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/114329
* gimple-lower-bitint.cc (struct bitint_large_huge): Declare
build_bit_field_ref method.
(bitint_large_huge::build_bit_field_ref): New method.
(bitint_large_huge::lower_mergeable_stmt): Use it.
2024-03-15 YunQiang Su <syq@gcc.gnu.org>
* config/riscv/riscv.opt.urls: Regenerated.

View File

@ -1 +1 @@
20240316
20240317

View File

@ -1,3 +1,10 @@
2024-03-16 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/112631
* cp-tree.h (named_module_attach_p): New function.
* decl.cc (start_decl): Check for attachment not purview.
(grokmethod): Likewise.
2024-03-14 Chung-Lin Tang <cltang@baylibre.com>
* parser.cc (cp_parser_oacc_data_clause): Add parsing support for

View File

@ -1,3 +1,21 @@
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/114175
* gcc.dg/c23-stdarg-7.c: New test.
* gcc.dg/c23-stdarg-8.c: New test.
2024-03-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/114329
* gcc.dg/bitint-101.c: New test.
2024-03-16 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/112631
* g++.dg/modules/block-decl-1_a.C: New test.
* g++.dg/modules/block-decl-1_b.C: New test.
* g++.dg/modules/block-decl-2.C: New test.
2024-03-15 Jakub Jelinek <jakub@redhat.com>
PR libgcc/114327

View File

@ -1,3 +1,9 @@
2024-03-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR middle-end/111632
* libcc1plugin.cc: Fix include.
* libcp1plugin.cc: Fix include.
2024-02-29 Tom Tromey <tom@tromey.com>
PR libcc1/113977