[Bug c/78732] New: Wrong description for Wendif-labels
fmarchal at perso dot be
gcc-bugzilla@gcc.gnu.org
Thu Dec 8 08:47:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78732
Bug ID: 78732
Summary: Wrong description for Wendif-labels
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: fmarchal at perso dot be
Target Milestone: ---
In file gcc/c-family/c.opt, at line 421, the description for Wendif-labels is
"Warn about stray tokens after #elif and #endif."
I believe the message is about #else and #endif instead of #elif. Tokens are
expected after #elif.
More information about the Gcc-bugs
mailing list