[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-01-30 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 Piotr Nycz changed: What|Removed |Added CC||piotrwn1 at gmail dot com --- Comment #1

[Bug c++/110092] Missing warning that internal header is used

2023-06-05 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110092 --- Comment #5 from Piotr Nycz --- (In reply to Jonathan Wakely from comment #2) > (In reply to Piotr Nycz from comment #0) > > So, probably it is doable to add warning like: "bist/shared_ptr.h is an > > internal header file, included by other

[Bug c++/110092] Missing warning that internal header is used

2023-06-02 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110092 --- Comment #3 from Piotr Nycz --- (In reply to Jonathan Wakely from comment #2) > (In reply to Piotr Nycz from comment #0) > > So, probably it is doable to add warning like: "bist/shared_ptr.h is an > > internal header file, included by other

[Bug c++/110092] New: Missing warning that internal header is used

2023-06-02 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110092 Bug ID: 110092 Summary: Missing warning that internal header is used Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/100667] [11/12/13/14 Regression] std::tuple cannot be constructed from A&&, if A not defined (only forward declared)

2023-05-29 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 --- Comment #5 from Piotr Nycz --- It also fails on gcc12, gcc13 and trunk pon., 29 maj 2023 o 12:09 jakub at gcc dot gnu.org napisaƂ(a): > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 > > Jakub Jelinek changed: > >What

[Bug libstdc++/100667] New: std::tuple cannot be constructed from A&&, if A not defined (only forward declared)

2021-05-19 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 Bug ID: 100667 Summary: std::tuple cannot be constructed from A&&, if A not defined (only forward declared) Product: gcc Version: 11.1.0 Status: UNCONFIRMED