[Bug testsuite/100655] 'g++.dg/tsan/pthread_cond_clockwait.C' FAILs due to 'pthread_cond_clockwait' missing

2021-05-18 Thread kingoipo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100655 --- Comment #1 from Michael de Lang --- It'd be fairly trivial to wrap the test in an ifdef: #ifdef __GLIBC__ #if (__GLIBC__ >= 2 && __GLIBC_MINOR__>= 30) || __GLIBC__>= 3 // test here #endif #endif

[Bug c++/93989] [c++20] Error initializing trivial types in constexpr constructor

2020-03-02 Thread kingoipo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93989 --- Comment #5 from Michael de Lang --- Created attachment 47953 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47953=edit self-contained minimal test case I managed to reduce the test case to a single file, which also produces the two

[Bug c++/93989] [c++20] Error initializing trivial types in constexpr constructor

2020-03-01 Thread kingoipo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93989 --- Comment #2 from Michael de Lang --- Created attachment 47943 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47943=edit save-temps copy_assign_constexpr.ii

[Bug c++/93989] New: [c++20] Error initializing trivial types in constexpr constructor

2020-03-01 Thread kingoipo at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kingoipo at gmail dot com Target Milestone: --- In trying to implement p0980r1, I encountered the following error when calling the constexpr basic_string(const _Alloc& __a) constru

[Bug c++/91405] [concepts] internal compiler error: in synthesize_implicit_template_parm, at cp/parser.c:41206

2019-08-08 Thread kingoipo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91405 --- Comment #1 from Michael de Lang --- Correction, the reported line number for 7.4.0 is cp.parser.c:38874

[Bug c++/91405] New: [concepts] internal compiler error: in synthesize_implicit_template_parm, at cp/parser.c:41206

2019-08-08 Thread kingoipo at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kingoipo at gmail dot com Target Milestone: --- Created attachment 46691 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46691=e