]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Mar 2026 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Mar 2026 00:16:23 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/lto/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 4f82e4946fbf8e3cde4c2fced64b501fc777a108..87a54be35610d120efb11c63e9a0267517e823f3 100644 (file)
@@ -1 +1 @@
-20260326
+20260327
index 9a7f7e56ce55714297ec4f07be731372eef13a85..1523647e3a4439fc734b62c94a864d67617739da 100644 (file)
@@ -1,3 +1,11 @@
+2026-03-26  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/123613
+       * reflect.cc (get_reflection): Call mark_used.
+       (eval_can_substitute): Don't resolve_nondeduced_context here.
+       (eval_substitute): Call lookup_and_finish_template_variable instead
+       of lookup_template_variable and finish_template_variable.
+
 2026-03-21  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/122786
index 63c06a95942dbcda9b48e4d1caf25e3c77aa60e4..961aa9930ec23970d81bb9213856b6799162f2f5 100644 (file)
@@ -1,3 +1,15 @@
+2026-03-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/115315
+       * decl.cc (insert_parameter_exprs): Make strcmp condition more
+       concise.
+       (gfc_get_pdt_instance): Use gf_replace_expr where possible and
+       use return value of gfc_simplify_expr. Correct error in which
+       params->expr was being simplified instead of c2->initializer.
+       * expr.cc (gfc_simplify_expr): If the substring 'start' value
+       is less than zero, it is clearly out of range and so return
+       false.
+
 2026-03-25  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/124567
index 5d27fd53cbc84de97cbfd3c03e5a3c17063877f7..9d32b62cdc65d9f54c6bf86a2fe973cd2c43477e 100644 (file)
@@ -1,3 +1,12 @@
+2026-03-26  Michal Jires  <mjires@suse.cz>
+
+       * lto-partition.cc (enum map1to1_content): New.
+       (map_1_to_1): Use map1to1_content.
+       (lto_1_to_1_map): Likewise.
+       (create_asm_partitions): Likewise.
+       (lto_max_map): Likewise.
+       (lto_cache_map): Use create_asm_partitions.
+
 2026-03-18  Dhruv Chawla  <dhruvc@nvidia.com>
 
        * Make-lang.in (lto1.fda): Add `--print-autofdo-gcov-version` to
index 1fda40168d321b1e7a2683de89dd427d105c1763..dc016d0a66f749a2c6e1c67657171f448ecd7b71 100644 (file)
@@ -1,3 +1,7 @@
+2026-03-26  Joseph Myers  <josmyers@redhat.com>
+
+       * gcc.pot: Regenerate.
+
 2026-03-23  Joseph Myers  <josmyers@redhat.com>
 
        * sv.po: Update.
index 116ca400fe550b407dc1ba83ce1c8dec95bb3356..5a6c9d317bfc335c7608e79ae5d0e9fda9deaf2c 100644 (file)
@@ -1,3 +1,26 @@
+2026-03-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/115315
+       * gfortran.dg/pdt_90.f03: New test.
+
+2026-03-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * lib/mike-gcc.exp (postbase): Use switch instead of case for
+       TCL 9 compatibility.
+       * lib/mike-g++.exp (postbase): Likewise.
+
+2026-03-26  Michal Jires  <mjires@suse.cz>
+
+       * gcc.dg/lto/toplevel-extended-asm-2_0.c: Add padding to asm label.
+       * gcc.dg/lto/toplevel-extended-asm-2_1.c: Add padding to asm label.
+
+2026-03-26  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/123613
+       * g++.dg/reflect/json-parser.C: New test.
+       * g++.dg/reflect/substitute7.C: New test.
+       * g++.dg/reflect/test.json: New test.
+
 2026-03-25  Iain Sandoe  <iain@sandoe.co.uk>
 
        * g++.dg/contracts/cpp26/basic.contract.eval.p11-observe.C: Skip
index 4b33bf0885967e79ed4aacc735275a4d1b2c8a5c..1bec186c00d5387343d97bac27eac0cb0110c699 100644 (file)
@@ -1,3 +1,10 @@
+2026-03-26  Prathamesh Kulkarni  <prathameshk@nvidia.com>
+
+       PR libgomp/124123
+       * testsuite/libgomp.c/pr122314.c (test): Initialize full_data
+       to 0.
+       * testsuite/libgomp.c/pr122356.c: Likewise.
+
 2026-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR libgomp/123177