[Bug other/79612] New: missing space in diagnostic: Incorrect rank of return array in
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Feb 20 00:14:00 GMT 2017
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".
More information about the Gcc-bugs
mailing list