https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
--- Comment #6 from Jerry DeLisle ---
Patch posted here:
https://gcc.gnu.org/ml/fortran/2016-06/msg00047.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
--- Comment #5 from Jerry DeLisle ---
Created attachment 38707
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38707&action=edit
A preliminary patch
This patch does a major reorganization of the code for writing formatted real
numbers.
Act
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
--- Comment #3 from Jerry DeLisle ---
Lets first fix the known bugs so we have a good baseline. Then we can
reorganize the code with little impact And with with additional test cases fro
those bug fixes, we minimize our probability of regressions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925
--- Comment #1 from Jerry DeLisle 2011-05-25
01:34:19 UTC ---
I will be doing some things with this, maybe not exactly as suggested.