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 simila
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 finis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646
myLC at gmx dot net changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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
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).
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 &path,
const s
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
"
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 &date_string ) {
std::istringstream is( date_string );
std::tm tm{};
st