mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 12:00:11 -05:00
Daily bump.
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
2025-10-25 Sam James <sam@gentoo.org>
|
||||
|
||||
* doc/extend.texi (nocf_check): Fix syntax errors in example.
|
||||
|
||||
2025-10-25 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* config/loongarch/lasx.md (vec_extract<mode><lasxhalf>): New define_expand.
|
||||
(vec_extract_lo_<mode>): New define_insn_and_split.
|
||||
(vec_extract_hi_<mode>): New define_insn.
|
||||
* config/loongarch/loongarch-protos.h (loongarch_check_vect_par_cnst_half)
|
||||
New function prototype.
|
||||
* config/loongarch/loongarch.cc (loongarch_split_reduction):
|
||||
Implement TARGET_VECTORIZE_SPLIT_REDUCTION.
|
||||
(loongarch_check_vect_par_cnst_half): New function.
|
||||
* config/loongarch/predicates.md
|
||||
(vect_par_cnst_low_half): New predicate.
|
||||
(vect_par_cnst_high_half): New predicate.
|
||||
|
||||
2025-10-24 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
PR tree-optimization/114025
|
||||
|
||||
@@ -1 +1 @@
|
||||
20251025
|
||||
20251026
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
2025-10-25 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/114023
|
||||
* trans-expr.cc (gfc_trans_pointer_assignment): Always set dtype
|
||||
when remapping a pointer. For unlimited polymorphic LHS use
|
||||
elem_len from RHS.
|
||||
* trans-intrinsic.cc (gfc_conv_is_contiguous_expr): Extend inline
|
||||
generated code for IS_CONTIGUOUS for pointer arguments to detect
|
||||
when span differs from the element size.
|
||||
|
||||
2025-10-24 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/122386
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2025-10-25 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/114023
|
||||
* gfortran.dg/is_contiguous_5.f90: New test.
|
||||
|
||||
2025-10-25 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* gcc.target/loongarch/lasx-reduc-1.c: New test.
|
||||
|
||||
2025-10-24 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* gcc.dg/pr110405.c: New.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2025-10-25 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config/t-vxworks (LIBGCC2_INCLUDES): Replace $(VSB_DIR)
|
||||
by sysroot references.
|
||||
|
||||
2025-10-20 Olivier Hainque <hainque@adacore.com>
|
||||
Ashley Gay <gay@adacore.com>
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2025-10-25 Sam James <sam@gentoo.org>
|
||||
|
||||
PR cobol/122398
|
||||
* xmlparse.cc (__gg__xml_parse): Make 'msg' const.
|
||||
|
||||
2025-10-23 Robert Dubner <rdubner@symas.com>
|
||||
|
||||
* charmaps.cc: Encoding.
|
||||
|
||||
Reference in New Issue
Block a user