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

            Bug ID: 80545
           Summary: option -Wstringop-overflow not recognized by Fortran
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

As mentioned in bug 79929, comment 17, the -Wstringop-overflow warnings are
enabled by -Wall and because they are implemented in the middle-end, may be
issued for code emitted by front ends other than C and C++.  But the
corresponding options that control the warnings are C/C++ family only and
aren't accepted by the driver for other front ends.  That makes it difficult to
control the warnings.

Reply via email to