[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-29 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #8 from myLC at gmx dot net --- (In reply to Jonathan Wakely from comment #7) > It could also be Bug 90557 (which is fixed in the gcc-9-branch but present > in the gcc 9.1.0 release) but the symptoms don't look s

[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-28 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #6 from myLC at gmx dot net --- I'm afraid that wasn't it. I rebuilt the Nana (GUI) library with the same compiler (gcc/c++-9.1.0) and I'm still facing the same problem. Valgrind croaked with 'Process finished with exit code 9

[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-27 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 myLC at gmx dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-27 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #3 from myLC at gmx dot net --- (In reply to Andrew Pinski from comment #2) > Can you provide a compilable example? Good point. The example works, hence the problem seems to be somewhere else: #include #include #include #incl

[Bug c++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-27 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #1 from myLC at gmx dot net --- Forgot to mention that it's C++20 (-std=c++2a).

[Bug c++/90646] New: std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-27 Thread myLC at gmx dot net
iority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: myLC at gmx dot net Target Milestone: --- This used to work with g++-8.1.0, but segfaults with g++-9.1.0: std::optional< std::string > Config::read( const std::filesystem::path , const std::string

[Bug libstdc++/89778] std::get_time : %d does not work without leading zeros

2019-03-20 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89778 --- Comment #2 from myLC at gmx dot net --- (In reply to Jonathan Wakely from comment #1) > I think this is a dup > > *** This bug has been marked as a duplicate of bug 45896 *** Thank you, yes indeed. Although, the title "

[Bug libstdc++/89778] New: std::get_time : %d does not work without leading zeros

2019-03-20 Thread myLC at gmx dot net
Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: myLC at gmx dot net Target Milestone: --- #include #include #include #include #include void printDate( const std::string _string ) { std::istringstream is( date_string ); std::tm tm{}; static const