Skip to content

Commit 94edbc1

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent b97461d commit 94edbc1

File tree

6 files changed

+33
-1
lines changed

6 files changed

+33
-1
lines changed

gcc/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-08-02 Gerald Pfeifer <[email protected]>
2+
3+
PR target/69374
4+
* doc/install.texi (Specific) <windows>: Drop note on 16-bit
5+
Windows support. Streamline note on 32-bit support.
6+
17
2025-08-01 Richard Biener <[email protected]>
28

39
PR tree-optimization/121350

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250802
1+
20250803

gcc/c-family/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-08-02 Martin Uecker <[email protected]>
2+
3+
* c-attribs.cc (handle_argspec_attribute): Update.
4+
(build_arg_spec): New function.
5+
(build_attr_access_from_parms): Rewrite `arg spec' handling.
6+
17
2025-07-25 David Malcolm <[email protected]>
28

39
* c-common.cc: Make diagnostics::context::m_source_printing

gcc/c/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-02 Martin Uecker <[email protected]>
2+
3+
* c-decl.cc (get_parm_array_spec): Remove.
4+
(push_parm_decl): Do not add `arg spec` attribute.
5+
(build_arg_spec_attribute): New function.
6+
(grokdeklarator): Add `arg spec` attribute.
7+
18
2025-07-25 David Malcolm <[email protected]>
29

310
* c-errors.cc: Update usage of "diagnostic_info" to explicitly

gcc/cobol/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-02 Jakub Jelinek <[email protected]>
2+
3+
* parse.y (intrinsic): Use %td format specifier with no cast on
4+
argument instead of %ld with cast to long.
5+
* scan_ante.h (numstr_of): Likewise.
6+
* util.cc (cbl_field_t::report_invalid_initial_value): Likewise.
7+
18
2025-08-01 Robert Dubner <[email protected]>
29

310
PR cobol/119324

gcc/testsuite/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-08-02 Martin Uecker <[email protected]>
2+
3+
* gcc.dg/Warray-parameter-11.c: Change Warray-parameter to
4+
-Wvla-parameter as these are VLAs.
5+
* gcc.dg/Warray-parameter.c: Remove xfail.
6+
17
2025-08-01 Artemiy Granat <[email protected]>
28

39
* gcc.target/i386/attributes-error.c: Change incorrect

0 commit comments

Comments
 (0)