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

2020-04-03 Thread Jussi Lind
_ > From: linaro-toolchain on > behalf of Jussi Lind > Sent: Friday, March 27, 2020 5:47 AM > To: Maxim Kuvyrkov > Cc: linaro-toolchain@lists.linaro.org > Subject: [EXT] Re: TX2 + C++17 problems > > External Email > > --

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

2020-03-30 Thread Andrew Pinski
: Jussi Lind; Maxim Kuvyrkov Cc: linaro-toolchain@lists.linaro.org Subject: Re: [EXT] Re: TX2 + C++17 problems 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

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

2020-03-30 Thread Andrew Pinski
@lists.linaro.org Subject: [EXT] Re: TX2 + C++17 problems External Email -- Hi, I now have a working test case and instructions here (also attached): https://urldefense.proofpoint.com/v2/url?u=https-3A__drive.google.com_open-3Fid

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: TX2 + C++17 problems

2020-03-27 Thread Maxim Kuvyrkov
> On Mar 26, 2020, at 3:13 PM, Jussi Lind wrote: > > Hi, > > We are having some serious problems after we upgraded from C++14 to C++17 > on an Jetson TX2 ARM device. Our system tests started to behave differently > and fail. > > It seems that when our application uses a library (also developed

TX2 + C++17 problems

2020-03-27 Thread Jussi Lind
Hi, We are having some serious problems after we upgraded from C++14 to C++17 on an Jetson TX2 ARM device. Our system tests started to behave differently and fail. It seems that when our application uses a library (also developed by us) some data gets corrupted when delivered to a class construct