[Bug libfortran/89274] Inconsistent list directed output of INTEGER(16)

jb at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 16 16:31:00 GMT 2019


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

Janne Blomqvist <jb at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jb at gcc dot gnu.org

--- Comment #1 from Janne Blomqvist <jb at gcc dot gnu.org> ---
Seems obvious, Ok for trunk with a ChangeLog.

Another point of view would be that for list-directed we should always use
width=0 for all kinds; that would make list-directed more useful for things
like

print *, 'Frobnicator value is ', frob, ' frobs.'

but would make it less useful for outputting tables.


More information about the Gcc-bugs mailing list