Bug 79615 - missing space in diagnostic: Substring out of bounds: lower bound
Summary: missing space in diagnostic: Substring out of bounds: lower bound
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 7.0.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: diagnostic
Depends on:
Blocks:
 
Reported: 2017-02-20 00:20 UTC by Roland Illig
Modified: 2018-03-29 15:39 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Illig 2017-02-20 00:20:00 UTC
From trans-expr.c:

	msg = xasprintf ("Substring out of bounds: lower bound (%%ld)"
			 "is less than one");

There is a space missing between "(%%ld)" and "is".
Comment 1 Roland Illig 2017-02-20 17:13:34 UTC
Fixed in r245409.