Daily bump.

This commit is contained in:
GCC Administrator 2024-01-04 00:18:45 +00:00
parent 1c522c9eaf
commit eb84e8d3e2
14 changed files with 125 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
(GCCFilter): Skip GmcOptions.cc.
2023-12-21 Alexandre Oliva <oliva@adacore.com>
* compare_tests: Add tool to test lines. Match tabs besides

View File

@ -1,3 +1,45 @@
2024-01-03 Kwok Cheung Yeung <kcy@codesourcery.com>
* tree-core.h (enum omp_clause_code): Move OMP_CLAUSE_INDIRECT to before
OMP_CLAUSE__SIMDUID_.
* tree.cc (omp_clause_num_ops): Update position of entry for
OMP_CLAUSE_INDIRECT to correspond with omp_clause_code.
(omp_clause_code_name): Likewise.
2024-01-03 Kwok Cheung Yeung <kcy@codesourcery.com>
* config/nvptx/nvptx.cc (nvptx_record_offload_symbol): Restucture
printing of FUNC_MAP/IND_FUNC_MAP labels.
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* gcc.cc (process_command): Update copyright notice dates.
* gcov-dump.cc (print_version): Ditto.
* gcov.cc (print_version): Ditto.
* gcov-tool.cc (print_version): Ditto.
* gengtype.cc (create_file): Ditto.
* doc/cpp.texi: Bump @copying's copyright year.
* doc/cppinternals.texi: Ditto.
* doc/gcc.texi: Ditto.
* doc/gccint.texi: Ditto.
* doc/gcov.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
2024-01-03 Xi Ruoyao <xry111@xry111.site>
* config/loongarch/simd.md (fmax<mode>3): New define_insn.
(fmin<mode>3): Likewise.
(reduc_fmax_scal_<mode>3): New define_expand.
(reduc_fmin_scal_<mode>3): Likewise.
2024-01-03 Juzhe-Zhong <juzhe.zhong@rivai.ai>
PR target/113112
* config/riscv/riscv-vector-costs.cc (compute_nregs_for_mode): Add rgroup info.
(max_number_of_live_regs): Ditto.
(has_unexpected_spills_p): Ditto.
2024-01-02 Jun Sha (Joshua) <cooper.joshua@linux.alibaba.com>
Jin Ma <jinma@linux.alibaba.com>
Xianmiao Qu <cooper.qu@linux.alibaba.com>

View File

@ -1 +1 @@
20240103
20240104

View File

@ -1,3 +1,8 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
Copyright (C) 2024 Free Software Foundation, Inc.

View File

@ -1,3 +1,8 @@
2024-01-03 Kwok Cheung Yeung <kcy@codesourcery.com>
* c-parser.cc (c_parser_omp_clause_name): Move handling of indirect
clause to correspond to alphabetical order.
2023-12-30 Martin Uecker <uecker@tugraz.at>
* c-typeck.cc (tagged_types_tu_compatible_p): Revise.

View File

@ -1,3 +1,14 @@
2024-01-03 Patrick Palka <ppalka@redhat.com>
PR c++/113064
* call.cc (reference_binding): Still try a conversion via a
temporary if a direct conversion was bad.
2024-01-03 Kwok Cheung Yeung <kcy@codesourcery.com>
* parser.cc (cp_parser_omp_clause_name): Move handling of indirect
clause to correspond to alphabetical order.
Copyright (C) 2024 Free Software Foundation, Inc.

View File

@ -1,3 +1,7 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* gdc.texi: Bump @copyrights-d year.
Copyright (C) 2024 Free Software Foundation, Inc.

View File

@ -1,3 +1,17 @@
2024-01-03 Harald Anlauf <anlauf@gmx.de>
* trans-types.cc (gfc_get_nodesc_array_type): Clear used gmp
variables.
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* gfortranspec.cc (lang_specific_driver): Update copyright notice
dates.
* gfc-internals.texi: Bump @copying's copyright year.
* gfortran.texi: Ditto.
* intrinsic.texi: Ditto.
* invoke.texi: Ditto.
Copyright (C) 2024 Free Software Foundation, Inc.

View File

@ -1,3 +1,7 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* gccgo.texi: Bump @copyrights-go year.
2023-07-05 Robin Dapp <rdapp@ventanamicro.com>
Juzhe-Zhong <juzhe.zhong@rivai.ai>

View File

@ -1,3 +1,18 @@
2024-01-03 Patrick Palka <ppalka@redhat.com>
PR c++/113064
* g++.dg/cpp0x/rv-conv4.C: New test.
* g++.dg/cpp0x/rv-conv5.C: New test.
2024-01-03 Xi Ruoyao <xry111@xry111.site>
* gcc.target/loongarch/vfmax-vfmin.c: New test.
2024-01-03 Juzhe-Zhong <juzhe.zhong@rivai.ai>
PR target/113112
* gcc.dg/vect/costmodel/riscv/rvv/pr113112-5.c: New test.
2024-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
* gfortran.dg/vect/vect-8.f90: Accept more vectorized loops.

View File

@ -1,3 +1,7 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi: Bump @copying's copyright year.
2023-12-21 Julian Brown <julian@codesourcery.com>
* testsuite/libgomp.fortran/target-enter-data-6.f90: Remove XFAIL.

View File

@ -1,3 +1,7 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* libitm.texi: Bump @copying's copyright year.
2023-10-22 Iain Sandoe <iain@sandoe.co.uk>
* testsuite/lib/libitm.exp: Likewise.

View File

@ -1,3 +1,7 @@
2024-01-03 Jakub Jelinek <jakub@redhat.com>
* libquadmath.texi: Bump @copying's copyright year.
2023-12-22 Christophe Lyon <christophe.lyon@linaro.org>
* Makefile.am: Allow overriding EXEPCT.

View File

@ -1,3 +1,10 @@
2024-01-03 Patrick Palka <ppalka@redhat.com>
PR testsuite/113175
* testsuite/std/ranges/iota/max_size_type.cc (test02): Reduce
'limit' to 100 from 1000 and adjust 'log2_limit' accordingly.
(test03): Likewise.
Copyright (C) 2024 Free Software Foundation, Inc.