[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2024-03-04 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550

--- Comment #4 from Jerry DeLisle  ---
The LEADING_ZERO specifiers are now included in the 2023 standard, so away we
go! In support of lazy programmers lets make the compiler do it. ;)

[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2023-10-13 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550

Jerry DeLisle  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jvdelisle at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |jvdelisle at gcc dot 
gnu.org

--- Comment #3 from Jerry DeLisle  ---
I am going to add this to my list since we are now going through the 2018
compliance matrix.  I will update this as I get these sorted out.

[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2020-07-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550

Dominique d'Humieres  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Last reconfirmed||2020-07-14
 Status|UNCONFIRMED |NEW

--- Comment #2 from Dominique d'Humieres  ---
> A truly wish the standards committee would stop inventing these unnecessary
> features.  I hope they vote it out.

Agreed. In any case I think we should wait for the standard before doing
anything for it.

[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2020-02-05 Thread thenlich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550

Thomas Henlich  changed:

   What|Removed |Added

   Priority|P3  |P5
   Severity|normal  |enhancement

[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2020-02-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550

Jerry DeLisle  changed:

   What|Removed |Added

 CC||jvdelisle at gcc dot gnu.org

--- Comment #1 from Jerry DeLisle  ---
A truly wish the standards committee would stop inventing these unnecessary
features.  I hope they vote it out.