This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/85117] ARM: Wrong Warning Emits: parameter passing for argument of type 'Handle<Unknown>' changed in GCC 7.1


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85117

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If the class itself doesn't have > 32-bit alignment, yes.
It informs you that if you pass it by value, it will not be interoperable with
G++ older than 7.1.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]