-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Sep 29, 2024
1 parent
786773d
commit 74a0ff6
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20240928 | ||
20240929 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|