Re: TX2 + C++17 problems

2020-03-30 Thread Jussi Lind
Hi, I now have a working test case and instructions here (also attached): https://drive.google.com/open?id=1B5SceFB1mKkCnE8iE59Mq0lScK2F0iOl I haven't changed my compiler version. Only the C++ standard from C++14 to C++17 so that my app and lib use different standards. That should not break anyth

Re: [EXT] Re: TX2 + C++17 problems

2020-03-30 Thread Andrew Pinski
I am thinking this is the same issue as referecned at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94383 . Thanks, Andrew From: linaro-toolchain on behalf of Jussi Lind Sent: Friday, March 27, 2020 5:47 AM To: Maxim Kuvyrkov Cc: linaro-toolchain@lists.

Re: [EXT] Re: TX2 + C++17 problems

2020-03-30 Thread Andrew Pinski
Yes it is exactly that one because of Bar::Bar takes a std::pair type and that bug is about std::pair causing an ABI mismatch for -std=c++17 and -std=c++14 on aarch64. Thanks, Andrew Pinski From: Andrew Pinski Sent: Monday, March 30, 2020 9:39 AM To: Ju