From: GCC Administrator Date: Wed, 6 Mar 2024 00:17:18 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-15~813 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=214dadf30a3bab0d02b8c6512a2d0475e2643dc7;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5eb0d89fa7ec..89da26039133 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,106 @@ +2024-03-05 Cupertino Miranda + Indu Bhagat + + PR debug/114186 + * dwarf2ctf.cc (gen_ctf_array_type): Invoke the ctf_add_array () + in the correct order of the dimensions. + (gen_ctf_subrange_type): Refactor out handling of + DW_TAG_subrange_type DIE to here. + +2024-03-05 Richard Sandiford + + PR sanitizer/97696 + * asan.cc (asan_expand_mark_ifn): Allow the length to be a poly_int. + +2024-03-05 Richard Sandiford + + * config/aarch64/aarch64.md (stride_type): Remove luti_consecutive + and luti_strided. + * config/aarch64/aarch64-sme.md + (@aarch64_sme_lut): Remove stride_type attribute. + (@aarch64_sme_lut_strided2): Delete. + (@aarch64_sme_lut_strided4): Likewise. + * config/aarch64/aarch64-early-ra.cc (is_stride_candidate) + (early_ra::maybe_convert_to_strided_access): Remove support for + strided LUTI2 and LUTI4. + +2024-03-05 Richard Earnshaw + + PR target/113510 + * config/arm/thumb1.md (peephole2 to fuse mov imm/add SP): Use + low_register_operand. + +2024-03-05 Georg-Johann Lay + + * config/avr/avr.md: Add two RTL peepholes for PLUS, IOR and AND + in HI, PSI, SI that swap operation order from "X = CST, X o= Y" + to "X = Y, X o= CST". + +2024-03-05 Xi Ruoyao + + * config/loongarch/loongarch.h (ADDITIONAL_REGISTER_NAMES): Add + s9 as an alias of r22. + +2024-03-05 Roger Sayle + + * config/avr/avr-protos.h (avr_out_insv): New proto. + * config/avr/avr.cc (avr_out_insv): New function. + (avr_adjust_insn_length) [ADJUST_LEN_INSV]: Handle case. + (avr_cbranch_cost) [ZERO_EXTRACT]: Adjust rtx costs. + * config/avr/avr.md (define_attr "adjust_len") Add insv. + (andhi3, *andhi3, andpsi3, *andpsi3, andsi3, *andsi3): + Add constraint alternative where the 3rd operand is a power + of 2, and the source register may differ from the destination. + (*insv.any_shift._split): Call avr_out_insv to output + instructions. Set attr "length" to "insv". + * config/avr/constraints.md (Cb2, Cb3, Cb4): New constraints. + +2024-03-05 Richard Biener + + PR tree-optimization/114231 + * tree-vect-slp.cc (vect_analyze_slp): Lookup patterns when + processing a BB SLP root. + +2024-03-05 Jakub Jelinek + + PR rtl-optimization/114211 + * lower-subreg.cc (resolve_simple_move): For double-word + rotates by BITS_PER_WORD if there is overlap between source + and destination use a temporary. + +2024-03-05 Jakub Jelinek + + PR middle-end/114157 + * gimple-lower-bitint.cc: Include stor-layout.h. + (mergeable_op): Return true for BIT_FIELD_REF. + (struct bitint_large_huge): Declare handle_bit_field_ref method. + (bitint_large_huge::handle_bit_field_ref): New method. + (bitint_large_huge::handle_stmt): Use it for BIT_FIELD_REF. + +2024-03-05 Jakub Jelinek + + PR target/114116 + * config/i386/i386.h (enum call_saved_registers_type): Add + TYPE_NO_CALLEE_SAVED_REGISTERS_EXCEPT_BP enumerator. + * config/i386/i386-options.cc (ix86_set_func_type): Remove + has_no_callee_saved_registers variable, add no_callee_saved_registers + instead, initialize it depending on whether it is + no_callee_saved_registers function or not. Don't set it if + no_caller_saved_registers attribute is present. Adjust users. + * config/i386/i386.cc (ix86_function_ok_for_sibcall): Handle + TYPE_NO_CALLEE_SAVED_REGISTERS_EXCEPT_BP like + TYPE_NO_CALLEE_SAVED_REGISTERS. + (ix86_save_reg): Handle TYPE_NO_CALLEE_SAVED_REGISTERS_EXCEPT_BP. + +2024-03-05 Pan Li + + * config/riscv/riscv.cc (riscv_v_adjust_bytesize): Cleanup unused + mode_size related code. + +2024-03-05 Patrick Palka + + * doc/invoke.texi (-Wno-global-module): Document. + 2024-03-04 David Faust * config/bpf/bpf-protos.h (bpf_expand_setmem): New prototype. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8585b3d500e8..c7e324d32c0f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240305 +20240306 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index a8f5bfbf7720..c6450d7d2ffc 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,11 @@ +2024-03-05 Mark Wielaard + + * c.opt.urls: Regenerate. + +2024-03-05 Patrick Palka + + * c.opt (Wglobal-module): New warning. + 2024-03-04 Mark Wielaard * c.opt.urls: Regenerate. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e6a6fbd1eaa8..41e9a44bdbda 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2024-03-05 Patrick Palka + + * parser.cc (cp_parser_translation_unit): Relax GMF contents + error into a pedwarn. + 2024-03-04 Nathaniel Shead * name-lookup.cc (walk_module_binding): Remove completed FIXME. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 53798655f4e5..3e20a20fb084 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,66 @@ +2024-03-05 Cupertino Miranda + Indu Bhagat + + PR debug/114186 + * gcc.dg/debug/ctf/ctf-array-6.c: Add test. + +2024-03-05 Richard Sandiford + + PR sanitizer/97696 + * gcc.target/aarch64/sve/pr97696.c: New test. + +2024-03-05 Richard Sandiford + + * gcc.target/aarch64/sme/strided_1.c (test5): Remove. + +2024-03-05 Saurabh Jha + + PR target/112337 + * gcc.target/arm/pr112337.c: Check for, then use the right MVE + options. + +2024-03-05 Xi Ruoyao + + * gcc.target/loongarch/regname-fp-s9.c: New test. + +2024-03-05 Roger Sayle + + * gcc.target/avr/torture/insv-anyshift-hi.c: New test. + * gcc.target/avr/torture/insv-anyshift-si.c: New test. + +2024-03-05 Richard Biener + + PR tree-optimization/114231 + * gcc.dg/vect/pr114231.c: New testcase. + +2024-03-05 Jakub Jelinek + + PR rtl-optimization/114211 + * gcc.dg/pr114211.c: New test. + +2024-03-05 Jakub Jelinek + + PR middle-end/114157 + * gcc.dg/bitint-98.c: New test. + * gcc.target/i386/avx2-pr114157.c: New test. + * gcc.target/i386/avx512f-pr114157.c: New test. + +2024-03-05 Jakub Jelinek + + PR target/114116 + * gcc.target/i386/pr38534-1.c: Allow push/pop of bp. + * gcc.target/i386/pr38534-4.c: Likewise. + * gcc.target/i386/pr38534-2.c: Likewise. + * gcc.target/i386/pr38534-3.c: Likewise. + * gcc.target/i386/pr114097-1.c: Likewise. + * gcc.target/i386/stack-check-17.c: Expect no pop on ! ia32. + +2024-03-05 Patrick Palka + + * g++.dg/modules/friend-6_a.C: Pass -Wno-global-module instead + of -Wno-pedantic. Remove now unnecessary preprocessing + directives from GMF. + 2024-03-04 Nathaniel Shead * g++.dg/modules/using-12.C: New test.