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/79838] New: inconsistent trailing dot in diagnostic "The name %qs has already been used"


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

            Bug ID: 79838
           Summary: inconsistent trailing dot in diagnostic "The name %qs
                    has already been used"
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

gfc_error ("The name %qs at %C has already been used as "
           "an external module name.", use_list->module_name);

This error message, in contrast to almost every other error message, has a
trailing period. This period should be removed.

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