From: GCC Administrator Date: Sun, 3 Aug 2025 00:17:28 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94edbc153ae4f1c1532859836e528fc480da82d6;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee6f906c60a..fec8c7a7284 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2025-08-02 Gerald Pfeifer + + PR target/69374 + * doc/install.texi (Specific) : Drop note on 16-bit + Windows support. Streamline note on 32-bit support. + 2025-08-01 Richard Biener PR tree-optimization/121350 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cb7ccb31b92..963d4c73a69 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250802 +20250803 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index a7545250221..c9ab153acd8 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,9 @@ +2025-08-02 Martin Uecker + + * 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 * c-common.cc: Make diagnostics::context::m_source_printing diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index c41584c1dc2..464e5a1883a 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2025-08-02 Martin Uecker + + * 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 * c-errors.cc: Update usage of "diagnostic_info" to explicitly diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index 918371d3f57..35d645c2632 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,10 @@ +2025-08-02 Jakub Jelinek + + * 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 PR cobol/119324 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0ec05ad2498..db4d5606375 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2025-08-02 Martin Uecker + + * 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 * gcc.target/i386/attributes-error.c: Change incorrect