forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.
PR libfortran/90274 * io/format.c (parse_format_list): Implement the E0 exponent width to provide smallest possible width for exponent fields. Refactor code for correct parsing and better readability of the code. * io/io.h (write_real_w0): Change interface to pass in pointer to fnode. * io/transfer.c: Update all calls to write_real_w0 to use the new interface. * io/write.c ((write_real_w0): Use the new interface with fnode to access both the decimal precision and exponent widths used in build_float_string. * io/write_float.def (build_float_string): Use the passed in exponent width to calculate the used width in the case of E0. From-SVN: r279828
- Loading branch information
Jerry DeLisle
committed
Jan 2, 2020
1 parent
a7ff7c7
commit 2b70275
Showing
8 changed files
with
161 additions
and
109 deletions.
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,8 @@ | ||
2020-01-01 Jerry DeLisle <[email protected]> | ||
|
||
PR libfortran/90374 | ||
* gfortran.dg/fmt_zero_width.f90: Update test case. | ||
|
||
2020-01-01 Thomas Koenig <[email protected]> | ||
|
||
PR fortran/93113 | ||
|
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
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,20 @@ | ||
2020-01-01 Jerry DeLisle <[email protected]> | ||
|
||
PR libfortran/90374 | ||
* io/format.c (parse_format_list): Implement the E0 exponent | ||
width to provide smallest possible width for exponent fields. | ||
Refactor code for correct parsing and better readability of the | ||
code. | ||
* io/io.h (write_real_w0): Change interface to pass in pointer | ||
to fnode. | ||
* io/transfer.c: Update all calls to write_real_w0 to use the | ||
new interface. | ||
* io/write.c ((write_real_w0): Use the new interface with fnode | ||
to access both the decimal precision and exponent widths used in | ||
build_float_string. | ||
* io/write_float.def (build_float_string): Use the passed in | ||
exponent width to calculate the used width in the case of E0. | ||
|
||
2020-01-01 Jakub Jelinek <[email protected]> | ||
|
||
Update copyright years. | ||
|
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
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
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
Oops, something went wrong.