[Bug c/79610] New: missing space in diagnostic: %qD must be a global variable in
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Feb 20 00:09:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79610
Bug ID: 79610
Summary: missing space in diagnostic: %qD must be a global
variable in
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
From c/c-parser.c:
error_at (loc,
"%qD must be a global variable in"
"%<#pragma acc declare link%>",
decl);
There is a space missing between "in" an "%<pragma".
More information about the Gcc-bugs
mailing list