https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96569

            Bug ID: 96569
           Summary: F2018 add EX edit descriptor support
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: markeggleston at gcc dot gnu.org
            Blocks: 85836
  Target Milestone: ---

New descriptor introduced with Fortran 2018. 

The EX edit descriptor produces an output field in the form of a
hexadecimal-significand number.

Examples:

Internal value  Edit descriptor  Possible output with sign suppress in effect
1.375                EX0.1            0X1.6P+0
−15.625              EX14.4E3         -0X1.F400P+003
1048580.0            EX0.0            0X1.00004P+20
2.375                EX0.1                 0X2.6P+0

See the standard for full details.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85836
[Bug 85836] [meta-bug] Fortran 2018 support

Reply via email to