[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #12 from CVS Commits --- The releases/gcc-10 branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:d0dbe7695cf1e7a7163952797c4590cfda137541 commit r10-8532-gd0dbe7695cf1e7a7163952797c4590cfda137541 Author: Dominique d'

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-24 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #11 from CVS Commits --- The master branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:aa7e7eff5ec165dc8463a0e74309801b15d1feda commit r11-2310-gaa7e7eff5ec165dc8463a0e74309801b15d1feda Author: Dominique d'Humieres

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #10 from Dominique d'Humieres --- Created attachment 48922 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48922&action=edit Patch adjusted for GCC8 and 9

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #9 from Dominique d'Humieres --- patch submitted at https://gcc.gnu.org/pipermail/fortran/2020-July/054770.html.

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #8 from Dominique d'Humieres --- Simpler patch with comments --- ../_clean/libgfortran/io/write_float.def2020-06-13 03:11:55.0 +0200 +++ libgfortran/io/write_float.def 2020-07-21 23:03:08.0 +0200 @@ -987,16 +

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #7 from Dominique d'Humieres --- > It gets complicated quickly with all the corner cases. I tried to simplify, but I did find anything simpler and working. > Last line of the added logic needs a space before the 0 Yes. I have lea

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-20 Thread jvdelisle at charter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 jvdelisle at charter dot net changed: What|Removed |Added CC||jvdelisle at charter dot ne

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #5 from Dominique d'Humieres --- Test case --- ../_clean/gcc/testsuite/gfortran.dg/round_3.f08 2020-06-13 03:11:54.0 +0200 +++ gcc/testsuite/gfortran.dg/round_3.f08 2020-07-21 01:14:56.0 +0200 @@ -110,6 +110

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #4 from Dominique d'Humieres --- The patch in comment 3 broke gfortran.dg/round_3.f08. The following should work --- ../_clean/libgfortran/io/write_float.def2020-06-13 03:11:55.0 +0200 +++ libgfortran/io/write_float.def

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 --- Comment #3 from Dominique d'Humieres --- With --- ../_clean/libgfortran/io/write_float.def2020-06-13 03:11:55.0 +0200 +++ libgfortran/io/write_float.def 2020-07-20 18:17:41.0 +0200 @@ -990,7 +990,7 @@ determine_en_pr

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-07-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP

2020-02-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93567 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment