[Bug c++/66803] New: std::this_thread::sleep_for gets interrupted by signals.
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: adam at mizerski dot pl Target Milestone: --- Created attachment 35930 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35930&action=edit preprocessed source #include #include #
[Bug c++/57770] New: non-static data member initializer in nested class and default value in constructor cause compiler segmentation fault
: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: adam at mizerski dot pl When compiling this: struct A { struct B { int i = 0; }; B b