https://gcc.gnu.org/g:94edbc153ae4f1c1532859836e528fc480da82d6

commit r16-2719-g94edbc153ae4f1c1532859836e528fc480da82d6
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Aug 3 00:17:28 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 6 ++++++
 gcc/DATESTAMP           | 2 +-
 gcc/c-family/ChangeLog  | 6 ++++++
 gcc/c/ChangeLog         | 7 +++++++
 gcc/cobol/ChangeLog     | 7 +++++++
 gcc/testsuite/ChangeLog | 6 ++++++
 6 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ee6f906c60a5..fec8c7a72842 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2025-08-02  Gerald Pfeifer  <ger...@pfeifer.com>
+
+       PR target/69374
+       * doc/install.texi (Specific) <windows>: Drop note on 16-bit
+       Windows support. Streamline note on 32-bit support.
+
 2025-08-01  Richard Biener  <rguent...@suse.de>
 
        PR tree-optimization/121350
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index cb7ccb31b924..963d4c73a699 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250802
+20250803
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index a75452502213..c9ab153acd8f 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2025-08-02  Martin Uecker  <uec...@tugraz.at>
+
+       * c-attribs.cc (handle_argspec_attribute): Update.
+       (build_arg_spec): New function.
+       (build_attr_access_from_parms): Rewrite `arg spec' handling.
+
 2025-07-25  David Malcolm  <dmalc...@redhat.com>
 
        * c-common.cc: Make diagnostics::context::m_source_printing
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index c41584c1dc27..464e5a1883af 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,10 @@
+2025-08-02  Martin Uecker  <uec...@tugraz.at>
+
+       * c-decl.cc (get_parm_array_spec): Remove.
+       (push_parm_decl): Do not add `arg spec` attribute.
+       (build_arg_spec_attribute): New function.
+       (grokdeklarator): Add `arg spec` attribute.
+
 2025-07-25  David Malcolm  <dmalc...@redhat.com>
 
        * c-errors.cc: Update usage of "diagnostic_info" to explicitly
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index 918371d3f578..35d645c26327 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,10 @@
+2025-08-02  Jakub Jelinek  <ja...@redhat.com>
+
+       * parse.y (intrinsic): Use %td format specifier with no cast on
+       argument instead of %ld with cast to long.
+       * scan_ante.h (numstr_of): Likewise.
+       * util.cc (cbl_field_t::report_invalid_initial_value): Likewise.
+
 2025-08-01  Robert Dubner  <rdub...@symas.com>
 
        PR cobol/119324
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0ec05ad24988..db4d5606375f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2025-08-02  Martin Uecker  <uec...@tugraz.at>
+
+       * gcc.dg/Warray-parameter-11.c: Change Warray-parameter to
+       -Wvla-parameter as these are VLAs.
+       * gcc.dg/Warray-parameter.c: Remove xfail.
+
 2025-08-01  Artemiy Granat  <a.gra...@ispras.ru>
 
        * gcc.target/i386/attributes-error.c: Change incorrect

Reply via email to