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 c++/81237] Cannot link when class methods compiled with different levels of vectorization


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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm, you are compiling the files with different levels of ABI.
-fabi-version=6 is specified in test.o but not test2.o .

Can you try with the same abi version and try again?

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