On 11/06/2017 02:58 PM, Paolo Carlini wrote: > Hi, > > On 06/11/2017 14:37, Martin Liška wrote: >> Thank you for the patch. >> I'm going to install the remaining part that will fix x86_64 fallout. All >> changes are >> quite obvious, so hope it's fine to install it. > I think so. Thanks. > > Note that the 3 additional libstdc++-v3 changes aren't really necessary, but > those testcases are failing, seg faulting, at run time for unrelated reasons. > I don't know if Jonathan is already on that... > > Paolo.
You're right, it started right when it was introduced in r254008. I see: g++ libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/path.cc -std=gnu++17 -I. -lstdc++fs && ./a.out libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/path.cc:33: void test01(): Assertion 'f.is_open()' failed. Aborted (core dumped) Martin