This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36420] New: Fortran 2008: g0 edit descriptor


Fortran 2008 supports besides G[w.d[Ee]] (with w > 0) now also G0 (without
".d[Ee]").

The G0 edit descriptor is to a certain extend equivalent to "*" for a single
argument.

G0 is thus:
- (integer)   i0
- (character) a
- (logical)   l1
- (real/complex)
  When used to specify the output of real or complex data, the G0 edit
  descriptor follows the rules for the ESw.dEe edit descriptor. Reasonable
  processor-dependent values of w, d, and e are used with each output value.


-- 
           Summary: Fortran 2008: g0 edit descriptor
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36420


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]