[Bug c++/111790] [12/13/14/15/16 Regression] Unwarranted missing template keyword warning

2025-06-08 Thread leekillough at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111790 Lee Killough changed: What|Removed |Added CC||leekillough at gmail dot com --- Comment

[Bug libstdc++/120561] New: std::weak_ptr cannot be converted to std::weak_ptr or std::weak_ptr, and std::weak_ptr cannot be converted to std::weak_ptr

2025-06-05 Thread leekillough at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120561 Bug ID: 120561 Summary: std::weak_ptr cannot be converted to std::weak_ptr or std::weak_ptr, and std::weak_ptr cannot be converted to std::weak_ptr Prod

[Bug c++/120300] -Wmissing-noreturn is handled inconsistently for in-class and out-of-class definitions

2025-05-15 Thread leekillough at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120300 --- Comment #2 from Lee Killough --- > The problem is Wmissing-noreturn happens after optimizations so if a function is defined in-class it has an implicit vague linkage and not included. The problem is more with false -Wmissing-noreturn warni

[Bug c++/120300] New: -Wmissing-noreturn is handled inconsistently for in-class and out-of-class definitions

2025-05-15 Thread leekillough at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120300 Bug ID: 120300 Summary: -Wmissing-noreturn is handled inconsistently for in-class and out-of-class definitions Product: gcc Version: 16.0 Status: UNCONFIRMED S