-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categoryduplicateResolved as duplicateResolved as duplicate
Description
| Bugzilla Link | 11151 |
| Resolution | DUPLICATE |
| Resolved on | Oct 17, 2011 11:03 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
Extended Description
When compiling the Linux kernel, I met the following error:
crypto/shash.c:68:56: error: 'aligned' attribute ignored when parsing type
return len + (mask & ~(alignof(u8 attribute ((aligned))) - 1));
^~~~~~~
GCC accepts it. It is necessary to make it an error, instead of a warning?
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categoryduplicateResolved as duplicateResolved as duplicate