https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122916
James K. Lowden <jklowden at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jklowden at gcc dot gnu.org
--- Comment #2 from James K. Lowden <jklowden at gcc dot gnu.org> ---
Regarding TS/TE, the invocation requires -t for tbl macros. It is not required
by groff version 1.22.4 but perhaps might be by older versions. The following
command produces no warning with 1.22.4:
$ troff -mdoc -w all gcobol.1 > /dev/null
If tbl is not somehow invoked the binary-type table will not be rendered
correctly, as is shown under "ISO COBOL Implementation Status" at
https://gcc.gnu.org/onlinedocs/gcobol.pdf.