[Bug c/94363] New: possible typo: attribute attribute
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Fri Mar 27 17:19:27 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94363
Bug ID: 94363
Summary: possible typo: attribute attribute
Product: gcc
Version: 10.0
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 cgraphunit.c:
> warning_at (DECL_SOURCE_LOCATION (node->decl), OPT_Wattributes,
> "%<flatten%>"
> " attribute attribute is ignored on aliases");
Either the "attribute attribute" is a typo, or it is a bad word play that I
don't understand. Whatever it is, it should be corrected.
More information about the Gcc-bugs
mailing list