[Bug c++/115908] [coroutines] Wrong behavior of using get_return_object() when creating coroutines

2025-03-15 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115908 --- Comment #9 from Artyom Kolpakov --- Has this bug been fixed?

[Bug c++/117410] Ambiguous overload with variadic arguments

2024-11-03 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117410 --- Comment #5 from Artyom Kolpakov --- Here is a slightly different example: template void foo(int = 0) {} template void foo(...) requires true {} int main() { foo(); } The current standard contains ambiguity regarding ellipsis. I sug

[Bug c++/117410] Ambiguous overload with variadic arguments

2024-11-01 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117410 --- Comment #3 from Artyom Kolpakov --- (In reply to Jonathan Wakely from comment #2) > But without the variadic arguments, the functions have equivalent function > parameter lists, so the constraints are checked. With the ellipsis, they do > no

[Bug c++/117410] New: Ambiguous overload with ellipsis

2024-11-01 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117410 Bug ID: 117410 Summary: Ambiguous overload with ellipsis Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/117374] New: Strange behavior of co_yield in initializer-list

2024-10-30 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117374 Bug ID: 117374 Summary: Strange behavior of co_yield in initializer-list Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/117269] New: Lambda with capture is accepted as NTTP

2024-10-23 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117269 Bug ID: 117269 Summary: Lambda with capture is accepted as NTTP Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/80943] [DR2327] Conversion function selected in list-initialization in C++1z mode

2024-08-30 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80943 Artyom Kolpakov changed: What|Removed |Added CC||ddvamp007 at gmail dot com --- Comment

[Bug c++/115905] [coroutines] Wrong behavior of await_suspend()

2024-08-27 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905 --- Comment #2 from Artyom Kolpakov --- I apologize very much. Not having figured out who the actual developer of clang is, I took third persons opinions as the organization's opinion and used that to create the further discussion. As it was poi

[Bug c++/115905] [coroutines] Wrong behavior of await_suspend()

2024-08-27 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905 Artyom Kolpakov changed: What|Removed |Added See Also||https://github.com/cplusplu

[Bug c++/115908] [coroutines] Wrong behavior of using get_return_object() when creating coroutines

2024-08-27 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115908 --- Comment #7 from Artyom Kolpakov --- (In reply to Iain Sandoe from comment #6) > fixed on trunk, waiting for possible back-port I'm not sure if I should write this here, but now a warning has appeared in the original example: unused paramete

[Bug c++/115908] [coroutines] Wrong behavior of using get_return_object() when creating coroutines

2024-07-13 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115908 --- Comment #2 from Artyom Kolpakov --- When I wrote about returning the reference, i meant the return type of get_return_object(), and not the coroutine itself

[Bug c++/115908] New: [coroutines] Wrong behavior of using get_return_object() coroutines creation

2024-07-13 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115908 Bug ID: 115908 Summary: [coroutines] Wrong behavior of using get_return_object() coroutines creation Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[Bug c++/115906] New: [coroutines] ICE when co_await used as default argument in function declaration

2024-07-13 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115906 Bug ID: 115906 Summary: [coroutines] ICE when co_await used as default argument in function declaration Product: gcc Version: 15.0 Status: UNCONFIRMED Severity

[Bug c++/115905] New: [coroutines] Wrong behavior of await_suspend()

2024-07-13 Thread ddvamp007 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905 Bug ID: 115905 Summary: [coroutines] Wrong behavior of await_suspend() Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c