https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93011
Bug ID: 93011 Summary: PowerPC GCC has warning that aggregate alignment changed in GCC 5 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: meissner at gcc dot gnu.org Target Milestone: --- I've been doing Spec 2017 builds, and I notice that some of the benchmarks get notes of the form: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 (this was from coverage.c:268 in the gcc_r benchmark). When GCC 10 comes out, it will be 5 releases since the change was made. I doubt many people are just now porting code from back then. Perhaps it is time to retire the message.