]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 6 Mar 2024 00:17:18 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 6 Mar 2024 00:17:18 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 5eb0d89fa7ecbef24f55c4e4f090f86f8519dca1..89da260391336472c6334bdcfff81619827b906c 100644 (file)
@@ -1,3 +1,106 @@
+2024-03-05  Cupertino Miranda  <cupertino.miranda@oracle.com>
+           Indu Bhagat  <indu.bhagat@oracle.com>
+
+       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  <richard.sandiford@arm.com>
+
+       PR sanitizer/97696
+       * asan.cc (asan_expand_mark_ifn): Allow the length to be a poly_int.
+
+2024-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * config/aarch64/aarch64.md (stride_type): Remove luti_consecutive
+       and luti_strided.
+       * config/aarch64/aarch64-sme.md
+       (@aarch64_sme_lut<LUTI_BITS><mode>): Remove stride_type attribute.
+       (@aarch64_sme_lut<LUTI_BITS><mode>_strided2): Delete.
+       (@aarch64_sme_lut<LUTI_BITS><mode>_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  <rearnsha@arm.com>
+
+       PR target/113510
+       * config/arm/thumb1.md (peephole2 to fuse mov imm/add SP): Use
+       low_register_operand.
+
+2024-03-05  Georg-Johann Lay  <avr@gjlay.de>
+
+       * 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  <xry111@xry111.site>
+
+       * config/loongarch/loongarch.h (ADDITIONAL_REGISTER_NAMES): Add
+       s9 as an alias of r22.
+
+2024-03-05  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * 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.<mode>_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  <rguenther@suse.de>
+
+       PR tree-optimization/114231
+       * tree-vect-slp.cc (vect_analyze_slp): Lookup patterns when
+       processing a BB SLP root.
+
+2024-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <jakub@redhat.com>
+
+       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  <jakub@redhat.com>
+
+       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  <pan2.li@intel.com>
+
+       * config/riscv/riscv.cc (riscv_v_adjust_bytesize): Cleanup unused
+       mode_size related code.
+
+2024-03-05  Patrick Palka  <ppalka@redhat.com>
+
+       * doc/invoke.texi (-Wno-global-module): Document.
+
 2024-03-04  David Faust  <david.faust@oracle.com>
 
        * config/bpf/bpf-protos.h (bpf_expand_setmem): New prototype.
index 8585b3d500e81a199a5baaab54fdabd7a3555ac8..c7e324d32c0f020f29f8e506c3f41a8325c608d0 100644 (file)
@@ -1 +1 @@
-20240305
+20240306
index a8f5bfbf77201db6f2461fa256f0b45c53b7d623..c6450d7d2ffc52487af59f6aebb7a5d5c82403ae 100644 (file)
@@ -1,3 +1,11 @@
+2024-03-05  Mark Wielaard  <mark@klomp.org>
+
+       * c.opt.urls: Regenerate.
+
+2024-03-05  Patrick Palka  <ppalka@redhat.com>
+
+       * c.opt (Wglobal-module): New warning.
+
 2024-03-04  Mark Wielaard  <mark@klomp.org>
 
        * c.opt.urls: Regenerate.
index e6a6fbd1eaa810ba580e35c97058d2fbe947a3a7..41e9a44bdbdad49ee856f19fa2e75ca20e60bb03 100644 (file)
@@ -1,3 +1,8 @@
+2024-03-05  Patrick Palka  <ppalka@redhat.com>
+
+       * parser.cc (cp_parser_translation_unit): Relax GMF contents
+       error into a pedwarn.
+
 2024-03-04  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        * name-lookup.cc (walk_module_binding): Remove completed FIXME.
index 53798655f4e5ccadc4b6d57d6b9509446d3a3f20..3e20a20fb0841459f5204cd761681d18a500aef6 100644 (file)
@@ -1,3 +1,66 @@
+2024-03-05  Cupertino Miranda  <cupertino.miranda@oracle.com>
+           Indu Bhagat  <indu.bhagat@oracle.com>
+
+       PR debug/114186
+       * gcc.dg/debug/ctf/ctf-array-6.c: Add test.
+
+2024-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR sanitizer/97696
+       * gcc.target/aarch64/sve/pr97696.c: New test.
+
+2024-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * gcc.target/aarch64/sme/strided_1.c (test5): Remove.
+
+2024-03-05  Saurabh Jha  <saujha01@e130340.arm.com>
+
+       PR target/112337
+       * gcc.target/arm/pr112337.c: Check for, then use the right MVE
+       options.
+
+2024-03-05  Xi Ruoyao  <xry111@xry111.site>
+
+       * gcc.target/loongarch/regname-fp-s9.c: New test.
+
+2024-03-05  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * 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  <rguenther@suse.de>
+
+       PR tree-optimization/114231
+       * gcc.dg/vect/pr114231.c: New testcase.
+
+2024-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/114211
+       * gcc.dg/pr114211.c: New test.
+
+2024-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <jakub@redhat.com>
+
+       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  <ppalka@redhat.com>
+
+       * 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  <nathanieloshead@gmail.com>
 
        * g++.dg/modules/using-12.C: New test.