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 other/79612] New: missing space in diagnostic: Incorrect rank of return array in


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

            Bug ID: 79612
           Summary: missing space in diagnostic: Incorrect rank of return
                    array in
           Product: gcc
           Version: 7.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From runtime/bounds.c:

    runtime_error ("Incorrect rank of return array in %s intrinsic:"
                   "is %ld, should be 1", name, (long int) ret_rank);

There is a space missing between "intrinsic:" and "is".

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