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

            Bug ID: 120769
           Summary: cobol frontend - provide a way to undo -ffixed-form /
                    -ffree-form
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: cobol
          Assignee: unassigned at gcc dot gnu.org
          Reporter: simonsobisch at gnu dot org
  Target Milestone: ---

Preferably: drop both, replacing them with

-fformat=auto
-fformat=fixed
-fformat=free
(possibly more)

Not sure how gfortran does it (I guess it has no auto-format in the first
place, so that's really a toggle, while in gcobol there are at least 3 options,
and I only found a way to set two)

Reply via email to