Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Sep 29, 2024
1 parent 786773d commit 74a0ff6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-09-28 Gerald Pfeifer <[email protected]>

PR target/69374
* doc/install.texi (Specific) <i?86-*-linux*>: Remove note
from 2003.

2024-09-27 Jakub Jelinek <[email protected]>

PR libstdc++/116847
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240928
20240929
14 changes: 14 additions & 0 deletions gcc/fortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2024-09-28 Thomas Koenig <[email protected]>

* check.cc (intrinsic_type_check): Handle unsigned.
(gfc_check_findloc): Likewise.
* gfortran.texi: Include FINDLOC in unsigned documentation.
* iresolve.cc (gfc_resolve_findloc): Use INTEGER version
for UNSIGNED.

2024-09-28 Thomas Koenig <[email protected]>

* check.cc (gfc_check_eoshift): Handle BT_UNSIGNED.
* simplify.cc (gfc_simplify_eoshift): Likewise.
* gfortran.texi: Document CSHIFT and EOSHIFT for UNSIGNED.

2024-09-26 Mikael Morin <[email protected]>

* invoke.texi (-M): Remove index reference to removed documentation.
Expand Down
9 changes: 9 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2024-09-28 Thomas Koenig <[email protected]>

* gfortran.dg/unsigned_33.f90: New test.

2024-09-28 Thomas Koenig <[email protected]>

* gfortran.dg/unsigned_31.f90: New test.
* gfortran.dg/unsigned_32.f90: New test.

2024-09-27 Nathaniel Shead <[email protected]>

PR c++/116160
Expand Down

0 comments on commit 74a0ff6

Please sign in to comment.