[Bug middle-end/109224] Wmismatched-new-delete false positive with coroutines

2024-07-03 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109224 Brian Bi changed: What|Removed |Added CC||bbi5291 at gmail dot com --- Comment #1 from

[Bug c++/107945] static constexpr incomplete (depedent) data member of a class template and in-member initialized incorrectly accepted

2024-04-02 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107945 Brian Bi changed: What|Removed |Added CC||bbi5291 at gmail dot com --- Comment #5 from

[Bug libstdc++/111826] New: __cpp_lib_format should be 202110, not 202106

2023-10-15 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111826 Bug ID: 111826 Summary: __cpp_lib_format should be 202110, not 202106 Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/110785] New: Incorrect return type deduction for const auto with no return statement

2023-07-23 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110785 Bug ID: 110785 Summary: Incorrect return type deduction for const auto with no return statement Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: norm

[Bug c++/110774] Ambiguous partial ordering with non-dependent function parameter type and nullptr

2023-07-21 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110774 --- Comment #5 from Brian Bi --- Partial ordering is different from partial specialization. Partial ordering selects a best viable function in certain cases where two viable functions are both instantiated from templates.

[Bug c++/110774] New: Ambiguous partial ordering with non-dependent function parameter type

2023-07-21 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110774 Bug ID: 110774 Summary: Ambiguous partial ordering with non-dependent function parameter type Product: gcc Version: 13.1.0 Status: UNCONFIRMED Keywords: reject