[Bug c++/105476] internal compiler error: in build_deduction_guide

2022-05-04 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105476 --- Comment #2 from pavlick --- One moment, i will do reduction.

[Bug c++/105476] New: internal compiler error: in build_deduction_guide

2022-05-04 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105476 Bug ID: 105476 Summary: internal compiler error: in build_deduction_guide Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/103313] New: nontype_argument_pack - compile error due to unsupported tree

2021-11-18 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103313 Bug ID: 103313 Summary: nontype_argument_pack - compile error due to unsupported tree Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/102777] New: Error when requires expressions with parameter pack

2021-10-15 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102777 Bug ID: 102777 Summary: Error when requires expressions with parameter pack Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug sanitizer/97868] warn about using fences with TSAN

2021-09-11 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97868 pavlick changed: What|Removed |Added CC||ispavlick at gmail dot com --- Comment #5

[Bug sanitizer/101978] thread sanitizer false positive when smart pointers

2021-08-19 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101978 --- Comment #1 from pavlick --- Apparently this is due to condition_variable, if it is commented //while (! cv.wait_for(lck, 1s, [_ptr](){ // return sh_ptr->processed == true;}) && true); then there are no

[Bug sanitizer/101978] New: thread sanitizer false positive when smart pointers

2021-08-19 Thread ispavlick at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101978 Bug ID: 101978 Summary: thread sanitizer false positive when smart pointers Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3