]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Jul 2025 00:22:33 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Jul 2025 00:22:33 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 76fd227c828252c78cd394a6d205588178b133d1..711d0409f00e370ff76779d5c825bfaa62d61ff4 100644 (file)
@@ -1,3 +1,32 @@
+2025-07-12  Jan Hubicka  <hubicka@ucw.cz>
+
+       * auto-profile.cc (function_instance::~function_instance):
+       Move down in source.
+       (string_table::get_cgraph_node): New member function with
+       logic broken out from ...
+       (function_instance::get_cgraph_node): ... here.
+       (match_with_target): Fix formating.
+       (function_instance::match): Fix formating; do not use iterators
+       after modifying map; remove incorrect set of warned flag.
+       (autofdo_source_profile::offline_external_functions): Keep
+       seen set up to date.
+       (function_instance::read_function_instance): Fix formating.
+
+2025-07-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/mmx.md (mov<V_32:mode>):
+       Use nonimm_or_0_operand predicate for operand 1.
+       (*mov<V_32:mode>_internal): Ditto.
+       (movv2qi): Ditto.
+       (*movv2qi_internal): Ditto.  Use ix86_hardreg_mov_ok
+       in insn condition.
+
+2025-07-12  Xi Ruoyao  <xry111@xry111.site>
+
+       PR rtl-optimization/120983
+       * lra-constraints.cc (process_alt_operands): Allow reloading
+       user hard registers unless the insn is an asm.
+
 2025-07-11  David Malcolm  <dmalcolm@redhat.com>
 
        * diagnostic-format-html.cc: Include "diagnostic-format-sarif.h",
index e177aad4afb67765b177ca286de16cea064b1092..7bcb4c48a18abbb5a23c35039af472565654509d 100644 (file)
@@ -1 +1 @@
-20250712
+20250713
index b4fadacbd1875cba8b6d06e67d0e1f289c1d7a6d..77901bad4134fd1d65805480066670157ac1adb5 100644 (file)
@@ -1,3 +1,12 @@
+2025-07-12  Tobias Burnus  <tburnus@baylibre.com>
+
+       * invoke.texi (-Wsurprising): Note about OpenACC warning
+       related to PARAMATER.
+       * openmp.cc (resolve_omp_clauses, gfc_resolve_oacc_declare):
+       Accept PARAMETER for OpenACC but add surprising warning.
+       * trans-openmp.cc (gfc_trans_omp_variable_list,
+       gfc_trans_omp_clauses): Ignore PARAMETER inside clauses.
+
 2025-07-11  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/106135
index 4f1b93255e15f982ecead4fa685622f5d00f5e93..49f7f91c47319cf7bf6fb3e1add530404dfa53e4 100644 (file)
@@ -1,3 +1,18 @@
+2025-07-12  Xi Ruoyao  <xry111@xry111.site>
+
+       PR rtl-optimization/87600
+       PR rtl-optimization/120983
+       * gcc.dg/pr87600.h [__loongarch__]: Define REG0 and REG1.
+       * gcc.dg/pr87600-1.c (dg-do): Add loongarch.
+       * gcc.dg/pr87600-2.c (dg-do): Likewise.
+
+2025-07-12  Tobias Burnus  <tburnus@baylibre.com>
+
+       * gfortran.dg/goacc/parameter.f95: Add -Wsurprising flag
+       and update expected diagnostic.
+       * gfortran.dg/goacc/parameter-3.f90: New test.
+       * gfortran.dg/goacc/parameter-4.f90: New test.
+
 2025-07-11  David Malcolm  <dmalcolm@redhat.com>
 
        * gcc.dg/analyzer/state-diagram-1-sarif.py (test_xml_state):